getTopic

suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

The `AWS::SNS::Topic` resource creates a topic to which notifications can be published. One account can create a maximum of 100,000 standard topics and 1,000 FIFO topics. For more information, see endpoints and quotas in the General Reference. The structure of `AUTHPARAMS` depends on the .signature of the API request. For more information, see Examples of the complete Signature Version 4 signing process in the General Reference.

Return

null

Parameters

argument

null


suspend fun getTopic(topicArn: String): GetTopicResult

Return

null

Parameters

topicArn

Returns the ARN of an Amazon SNS topic.

See also


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

Return

null

Parameters

argument

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

See also