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