aws-cdk-lib.aws_quicksight.CfnAnalysis.AnalysisSourceTemplateProperty

interface AnalysisSourceTemplateProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.AnalysisSourceTemplateProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AnalysisSourceTemplateProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.AnalysisSourceTemplateProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.AnalysisSourceTemplateProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » AnalysisSourceTemplateProperty

The source template of an analysis.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const analysisSourceTemplateProperty: quicksight.CfnAnalysis.AnalysisSourceTemplateProperty = {
  arn: 'arn',
  dataSetReferences: [{
    dataSetArn: 'dataSetArn',
    dataSetPlaceholder: 'dataSetPlaceholder',
  }],
};

Properties

NameTypeDescription
arnstringThe Amazon Resource Name (ARN) of the source template of an analysis.
dataSetReferencesIResolvable | IResolvable | DataSetReferenceProperty[]The dataset references of the source template of an analysis.

arn

Type: string

The Amazon Resource Name (ARN) of the source template of an analysis.


dataSetReferences

Type: IResolvable | IResolvable | DataSetReferenceProperty[]

The dataset references of the source template of an analysis.