aws-cdk-lib.aws_quicksight.CfnTemplate.TemplateSourceEntityProperty

interface TemplateSourceEntityProperty

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

The source entity 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 templateSourceEntityProperty: quicksight.CfnTemplate.TemplateSourceEntityProperty = {
  sourceAnalysis: {
    arn: 'arn',
    dataSetReferences: [{
      dataSetArn: 'dataSetArn',
      dataSetPlaceholder: 'dataSetPlaceholder',
    }],
  },
  sourceTemplate: {
    arn: 'arn',
  },
};

Properties

NameTypeDescription
sourceAnalysis?IResolvable | TemplateSourceAnalysisPropertyThe source analysis, if it is based on an analysis.
sourceTemplate?IResolvable | TemplateSourceTemplatePropertyThe source template, if it is based on an template.

sourceAnalysis?

Type: IResolvable | TemplateSourceAnalysisProperty (optional)

The source analysis, if it is based on an analysis.


sourceTemplate?

Type: IResolvable | TemplateSourceTemplateProperty (optional)

The source template, if it is based on an template.