Skip to main content

TS3QueueConfiguration

Class in AWS.S3

QueueConfiguration node class.

Ancestors

Properties

Events

property Events: TS3NotificationConfigurationEvents

Type: TS3NotificationConfigurationEvents

Filter

property Filter: IS3NotificationConfigurationFilter

Type: IS3NotificationConfigurationFilter

Id

property Id: string

Queue

property Queue: TARN

Constructors

Create

constructor Create(const AQueue: TARN); overload;

Constructor for TS3QueueConfiguration.

Parameters

NameDescription
AQueueThe Amazon Resource Name (ARN) of the Amazon SQS Queue to publish messages to.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3QueueConfiguration.

Parameters

NameDescription
ANodeA QueueConfiguration XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A QueueConfiguration XML node.