TS3AnalyticsS3BucketDestination
Class in AWS.S3
AnalyticsS3BucketDestination class.
Ancestors
Properties
Bucket
property Bucket: TARN
BucketAccountId
property BucketAccountId: string
Format
property Format: string
Prefix
property Prefix: string
Constructors
Create
constructor Create; overload;
Constructor for TS3AnalyticsS3BucketDestination.
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3AnalyticsS3BucketDestination.
Parameters
| Name | Description |
|---|---|
ANode | An XML node containing an AnalyticsS3BucketDestination. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML node representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
An S3BucketDestination XML node.