interface TopicV2Reference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.QuickSight.TopicV2Reference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsquicksight#TopicV2Reference |
Java | software.amazon.awscdk.interfaces.quicksight.TopicV2Reference |
Python | aws_cdk.interfaces.aws_quicksight.TopicV2Reference |
TypeScript | aws-cdk-lib » interfaces » aws_quicksight » TopicV2Reference |
A reference to a TopicV2 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 interfaces_quicksight } from 'aws-cdk-lib/interfaces';
const topicV2Reference: interfaces_quicksight.TopicV2Reference = {
awsAccountId: 'awsAccountId',
topicId: 'topicId',
topicV2Arn: 'topicV2Arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| aws | string | The AwsAccountId of the TopicV2 resource. |
| topic | string | The TopicId of the TopicV2 resource. |
| topic | string | The ARN of the TopicV2 resource. |
awsAccountId
Type:
string
The AwsAccountId of the TopicV2 resource.
topicId
Type:
string
The TopicId of the TopicV2 resource.
topicV2Arn
Type:
string
The ARN of the TopicV2 resource.

.NET
Go
Java
Python
TypeScript