Topic Subscription Args
data class TopicSubscriptionArgs(val endpoint: Output<String>, val protocol: Output<String>) : ConvertibleToJava<TopicSubscriptionArgs>
`Subscription`
is an embedded property that describes the subscription endpoints of an SNS topic. For full control over subscription behavior (for example, delivery policy, filtering, raw message delivery, and cross-region subscriptions), use the AWS::SNS::Subscription resource.