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
| Name | Description |
|---|---|
AQueue | The Amazon Resource Name (ARN) of the Amazon SQS Queue to publish messages to. |
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3QueueConfiguration.
Parameters
| Name | Description |
|---|---|
ANode | A QueueConfiguration XML node. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A QueueConfiguration XML node.