TopicV2Reference
- class aws_cdk.interfaces.aws_quicksight.TopicV2Reference(*, aws_account_id, topic_id, topic_v2_arn)
Bases:
objectA reference to a TopicV2 resource.
- Parameters:
aws_account_id (
str) – The AwsAccountId of the TopicV2 resource.topic_id (
str) – The TopicId of the TopicV2 resource.topic_v2_arn (
str) – The ARN of the TopicV2 resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_quicksight as interfaces_quicksight topic_v2_reference = interfaces_quicksight.TopicV2Reference( aws_account_id="awsAccountId", topic_id="topicId", topic_v2_arn="topicV2Arn" )
Attributes
- aws_account_id
The AwsAccountId of the TopicV2 resource.
- topic_id
The TopicId of the TopicV2 resource.
- topic_v2_arn
The ARN of the TopicV2 resource.