Interface TopicV2Reference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
TopicV2Reference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:22.085Z") @Stability(Stable) public interface TopicV2Reference extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.interfaces.quicksight.*;
 TopicV2Reference topicV2Reference = TopicV2Reference.builder()
         .awsAccountId("awsAccountId")
         .topicId("topicId")
         .topicV2Arn("topicV2Arn")
         .build();
 
  • Method Details

    • getAwsAccountId

      @Stability(Stable) @NotNull String getAwsAccountId()
      The AwsAccountId of the TopicV2 resource.
    • getTopicId

      @Stability(Stable) @NotNull String getTopicId()
      The TopicId of the TopicV2 resource.
    • getTopicV2Arn

      @Stability(Stable) @NotNull String getTopicV2Arn()
      The ARN of the TopicV2 resource.
    • builder

      @Stability(Stable) static TopicV2Reference.Builder builder()
      Returns:
      a TopicV2Reference.Builder of TopicV2Reference