TSESV2Topic
Class in AWS.SESV2
Topic configuration class.
Ancestors
Properties
DefaultSubscriptionStatus
property DefaultSubscriptionStatus: string
Description
property Description: string
DisplayName
property DisplayName: string
TopicName
property TopicName: string
Constructors
Create
constructor Create(const ATopicName, ADisplayName, ADefaultSubscriptionStatus: string; const ADescription: string = '');
Constructor for TSESV2Topic.
Parameters
| Name | Description |
|---|---|
ATopicName | Specifies the name of the topic. |
ADisplayName | Specifies the name of the topic that the contact will see. |
ADefaultSubscriptionStatus | Specifies the default subscription status to apply to a contact that has not specified a preference. |
ADescription | Specifies a description for the topic that the contact will see. |