AwsSnsTopicPropertiesArgs

data class AwsSnsTopicPropertiesArgs(val archivePolicy: Output<Any>? = null, val contentBasedDeduplication: Output<Boolean>? = null, val dataProtectionPolicy: Output<Any>? = null, val deliveryStatusLogging: Output<List<LoggingConfigArgs>>? = null, val displayName: Output<String>? = null, val fifoTopic: Output<Boolean>? = null, val kmsMasterKeyId: Output<String>? = null, val signatureVersion: Output<String>? = null, val subscription: Output<List<SubscriptionArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val topicArn: Output<String>? = null, val topicName: Output<String>? = null, val tracingConfig: Output<String>? = null) : ConvertibleToJava<AwsSnsTopicPropertiesArgs>

Definition of awsSnsTopic

Constructors

Link copied to clipboard
constructor(archivePolicy: Output<Any>? = null, contentBasedDeduplication: Output<Boolean>? = null, dataProtectionPolicy: Output<Any>? = null, deliveryStatusLogging: Output<List<LoggingConfigArgs>>? = null, displayName: Output<String>? = null, fifoTopic: Output<Boolean>? = null, kmsMasterKeyId: Output<String>? = null, signatureVersion: Output<String>? = null, subscription: Output<List<SubscriptionArgs>>? = null, tags: Output<List<TagArgs>>? = null, topicArn: Output<String>? = null, topicName: Output<String>? = null, tracingConfig: Output<String>? = null)

Properties

Link copied to clipboard
val archivePolicy: Output<Any>? = null

The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.

Link copied to clipboard
val contentBasedDeduplication: Output<Boolean>? = null

Enables content-based deduplication for FIFO topics. + By default, `ContentBasedDeduplication` is set to `false`. If you create a FIFO topic and this attribute is `false`, you must specify a value for the `MessageDeduplicationId` parameter for the Publish action. + When you set `ContentBasedDeduplication` to `true`, SNS uses a SHA-256 hash to generate the `MessageDeduplicationId` using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the the `MessageDeduplicationId` parameter for the `Publish` action.

Link copied to clipboard
val dataProtectionPolicy: Output<Any>? = null

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.

Link copied to clipboard

Property deliveryStatusLogging

Link copied to clipboard
val displayName: Output<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 fifoTopic: Output<Boolean>? = null

Set to true to create a FIFO topic.

Link copied to clipboard
val kmsMasterKeyId: Output<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
val signatureVersion: Output<String>? = null

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
val subscription: Output<List<SubscriptionArgs>>? = null

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: Output<List<TagArgs>>? = 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: Output<String>? = null

Property topicArn

Link copied to clipboard
val topicName: Output<String>? = null

The name of the topic you want to create. Topic names must include only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long. FIFO topic names must end with `.fifo`. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the topic name. For more information, see Name type. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

Link copied to clipboard
val tracingConfig: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AwsSnsTopicPropertiesArgs