1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. quicksight
  6. getTopicV2

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Definition of the AWS::QuickSight::TopicV2 Resource Type.

    Using getTopicV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTopicV2(args: GetTopicV2Args, opts?: InvokeOptions): Promise<GetTopicV2Result>
    function getTopicV2Output(args: GetTopicV2OutputArgs, opts?: InvokeOutputOptions): Output<GetTopicV2Result>
    def get_topic_v2(aws_account_id: Optional[str] = None,
                     topic_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetTopicV2Result
    def get_topic_v2_output(aws_account_id: pulumi.Input[Optional[str]] = None,
                     topic_id: pulumi.Input[Optional[str]] = None,
                     opts: Optional[InvokeOutputOptions] = None) -> Output[GetTopicV2Result]
    func LookupTopicV2(ctx *Context, args *LookupTopicV2Args, opts ...InvokeOption) (*LookupTopicV2Result, error)
    func LookupTopicV2Output(ctx *Context, args *LookupTopicV2OutputArgs, opts ...InvokeOption) LookupTopicV2ResultOutput

    > Note: This function is named LookupTopicV2 in the Go SDK.

    public static class GetTopicV2 
    {
        public static Task<GetTopicV2Result> InvokeAsync(GetTopicV2Args args, InvokeOptions? opts = null)
        public static Output<GetTopicV2Result> Invoke(GetTopicV2InvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetTopicV2Result> Invoke(GetTopicV2InvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetTopicV2Result> getTopicV2(GetTopicV2Args args, InvokeOptions options)
    public static Output<GetTopicV2Result> getTopicV2(GetTopicV2Args args, InvokeOptions options)
    public static Output<GetTopicV2Result> getTopicV2(GetTopicV2Args args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:quicksight:getTopicV2
      arguments:
        # arguments dictionary
    data "aws-native_quicksight_get_topic_v2" "name" {
        # arguments
    }

    The following arguments are supported:

    AwsAccountId string
    TopicId string
    AwsAccountId string
    TopicId string
    awsAccountId String
    topicId String
    awsAccountId string
    topicId string
    awsAccountId String
    topicId String

    getTopicV2 Result

    The following output properties are available:

    Supporting Types

    TopicV2CustomInstructions

    TopicV2DataSetReference

    DataSetArn string
    DataSetName string
    DataSetArn string
    DataSetName string
    dataSetArn String
    dataSetName String
    dataSetArn string
    dataSetName string
    dataSetArn String
    dataSetName String

    TopicV2DataSetRelation

    TopicV2DataSetRelationEndpoint

    ColumnNames List<string>
    DataSetArn string
    ColumnNames []string
    DataSetArn string
    column_names list(string)
    data_set_arn string
    columnNames List<String>
    dataSetArn String
    columnNames string[]
    dataSetArn string
    column_names Sequence[str]
    data_set_arn str
    columnNames List<String>
    dataSetArn String

    TopicV2ResourcePermission

    Actions List<string>
    Principal string
    Actions []string
    Principal string
    actions list(string)
    principal string
    actions List<String>
    principal String
    actions string[]
    principal string
    actions Sequence[str]
    principal str
    actions List<String>
    principal String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial