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
| Name | Description |
|---|---|
ATopic | The Amazon Resource Name (ARN) of the Amazon SNS Topic to send notifications to. |
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3TopicConfiguration.
Parameters
| Name | Description |
|---|---|
ANode | A TopicConfiguration XML node. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A TopicConfiguration XML node.