getTopic

suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

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

Return

null

Parameters

argument

null


suspend fun getTopic(awsAccountId: String, topicId: String): GetTopicResult

Return

null

Parameters

awsAccountId

The ID of the AWS account that you want to create a topic in.

topicId

The ID for the topic. This ID is unique per AWS Region for each AWS account.

See also


suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.quicksight.kotlin.inputs.GetTopicPlainArgs.

See also