interface TemplateSourceTemplateProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TemplateSourceTemplateProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TemplateSourceTemplateProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TemplateSourceTemplateProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const templateSourceTemplateProperty: quicksight.CfnTemplate.TemplateSourceTemplateProperty = {
arn: 'arn',
};
Properties
Name | Type | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the resource. |
arn
Type:
string
The Amazon Resource Name (ARN) of the resource.