aws-cdk-lib.aws_quicksight.CfnTemplate.TemplateSourceAnalysisProperty

interface TemplateSourceAnalysisProperty

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

The source analysis of the template.

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 templateSourceAnalysisProperty: quicksight.CfnTemplate.TemplateSourceAnalysisProperty = {
  arn: 'arn',
  dataSetReferences: [{
    dataSetArn: 'dataSetArn',
    dataSetPlaceholder: 'dataSetPlaceholder',
  }],
};

Properties

NameTypeDescription
arnstringThe Amazon Resource Name (ARN) of the resource.
dataSetReferencesIResolvable | IResolvable | DataSetReferenceProperty[]A structure containing information about the dataset references used as placeholders in the template.

arn

Type: string

The Amazon Resource Name (ARN) of the resource.


dataSetReferences

Type: IResolvable | IResolvable | DataSetReferenceProperty[]

A structure containing information about the dataset references used as placeholders in the template.