GetTopicResult

data class GetTopicResult(val archivePolicy: Any? = null, val contentBasedDeduplication: Boolean? = null, val dataProtectionPolicy: Any? = null, val deliveryStatusLogging: List<TopicLoggingConfig>? = null, val displayName: String? = null, val kmsMasterKeyId: String? = null, val signatureVersion: String? = null, val subscription: List<TopicSubscription>? = null, val tags: List<Tag>? = null, val topicArn: String? = null, val tracingConfig: String? = null)

Constructors

Link copied to clipboard
constructor(archivePolicy: Any? = null, contentBasedDeduplication: Boolean? = null, dataProtectionPolicy: Any? = null, deliveryStatusLogging: List<TopicLoggingConfig>? = null, displayName: String? = null, kmsMasterKeyId: String? = null, signatureVersion: String? = null, subscription: List<TopicSubscription>? = null, tags: List<Tag>? = null, topicArn: String? = null, tracingConfig: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val archivePolicy: Any? = null

The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days. Search the CloudFormation User Guide for AWS::SNS::Topic for more information about the expected schema for this property.

Link copied to clipboard

Enables content-based deduplication for FIFO topics.

Link copied to clipboard

The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720. Search the CloudFormation User Guide for AWS::SNS::Topic for more information about the expected schema for this property.

Link copied to clipboard

The `DeliveryStatusLogging` configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:

Link copied to clipboard
val displayName: String? = null

The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.

Link copied to clipboard
val kmsMasterKeyId: String? = null

The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see `KeyId` in the API Reference. This property applies only to server-side-encryption.

Link copied to clipboard

The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default, `SignatureVersion` is set to `1`.

Link copied to clipboard

The SNS subscriptions (endpoints) for this topic. If you specify the `Subscription` property in the `AWS::SNS::Topic` resource and it creates an associated subscription resource, the associated subscription is not deleted when the `AWS::SNS::Topic` resource is deleted.

Link copied to clipboard
val tags: List<Tag>? = null

The list of tags to add to a new topic. To be able to tag a topic on creation, you must have the `sns:CreateTopic` and `sns:TagResource` permissions.

Link copied to clipboard
val topicArn: String? = null

Returns the ARN of an Amazon SNS topic.

Link copied to clipboard
val tracingConfig: String? = null

Tracing mode of an SNS topic. By default `TracingConfig` is set to `PassThrough`, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set to `Active`, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.