Skip to main content

TS3TopicConfiguration

Class in AWS.S3

TopicConfiguration node class.

Ancestors

Properties

Events

property Events: TS3NotificationConfigurationEvents

Type: TS3NotificationConfigurationEvents

Filter

property Filter: IS3NotificationConfigurationFilter

Type: IS3NotificationConfigurationFilter

Id

property Id: string

Topic

property Topic: TARN

Constructors

Create

constructor Create(const ATopic: TARN); overload;

Constructor for TS3TopicConfiguration.

Parameters

NameDescription
ATopicThe Amazon Resource Name (ARN) of the Amazon SNS Topic to send notifications to.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3TopicConfiguration.

Parameters

NameDescription
ANodeA TopicConfiguration XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A TopicConfiguration XML node.