ISNSCreateTopicRequest
Interface in AWS.SNS
Interface for CreateTopic requests.
Ancestors
Properties
ContentBasedDeduplication
property ContentBasedDeduplication: TOptional<Boolean>
Enable/disable content-based deduplication for FIFO topics.
DeliveryPolicy
property DeliveryPolicy: string
The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.
DisplayName
property DisplayName: string
A display name to use for a topic with SMS subscriptions.
FifoTopic
property FifoTopic: TOptional<Boolean>
Set to True to create a FIFO topic.
KmsMasterKeyId
property KmsMasterKeyId: string
An ID of an AWS managed Customer Master Key (CMK) or custom CMK for Amazon SNS server-side-encryption.
Name
property Name: string
A name for the topic you want to create.
Policy
property Policy: string
A policy defining who can access the topic.
By default only the topic owner can publish or subscribe to the topic.
Tags
property Tags: TList<TAWSTag>
A list of tags to add to the topic.