Topic Args
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.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Properties
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.
Enables content-based deduplication for FIFO topics.
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.
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:
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.
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.
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`
.
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.
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.
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.