aws-cdk-lib.aws_quicksight.CfnTemplate.TemplateSourceTemplateProperty

interface TemplateSourceTemplateProperty

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

The source template 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 templateSourceTemplateProperty: quicksight.CfnTemplate.TemplateSourceTemplateProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arnstringThe Amazon Resource Name (ARN) of the resource.

arn

Type: string

The Amazon Resource Name (ARN) of the resource.