interface TemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.TemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#TemplateReference |
![]() | software.amazon.awscdk.services.quicksight.TemplateReference |
![]() | aws_cdk.aws_quicksight.TemplateReference |
![]() | aws-cdk-lib » aws_quicksight » TemplateReference |
A reference to a Template resource.
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 templateReference: quicksight.TemplateReference = {
awsAccountId: 'awsAccountId',
templateArn: 'templateArn',
templateId: 'templateId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the Template resource. |
template | string | The ARN of the Template resource. |
template | string | The TemplateId of the Template resource. |
awsAccountId
Type:
string
The AwsAccountId of the Template resource.
templateArn
Type:
string
The ARN of the Template resource.
templateId
Type:
string
The TemplateId of the Template resource.