TSNSCreateTopicRequest
Class in AWS.SNS
CreateTopic request class.
Ancestors
Properties
ContentBasedDeduplication
property ContentBasedDeduplication: TOptional<Boolean>
DeliveryPolicy
property DeliveryPolicy: string
DisplayName
property DisplayName: string
FifoTopic
property FifoTopic: TOptional<Boolean>
KmsMasterKeyId
property KmsMasterKeyId: string
Name
property Name: string
Policy
property Policy: string
Tags
property Tags: TList<TAWSTag>
Constructors
Create
constructor Create(const AName: string);
Constructor for TSNSCreateTopicRequest.
Parameters
| Name | Description |
|---|---|
AName | A name for the topic you want to create. |