SnsFunctions

Functions

Link copied to clipboard

Resource Type definition for AWS::SNS::Subscription

Link copied to clipboard
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.

suspend fun getTopic(topicArn: String): GetTopicResult
suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult
Link copied to clipboard
Link copied to clipboard

The `AWS::SNS::TopicPolicy` resource associates SNS topics with a policy. For an example snippet, see Declaring an policy in the User Guide.