Skip to main content

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

NameDescription
ATopicNameSpecifies the name of the topic.
ADisplayNameSpecifies the name of the topic that the contact will see.
ADefaultSubscriptionStatusSpecifies the default subscription status to apply to a contact that has not specified a preference.
ADescriptionSpecifies a description for the topic that the contact will see.