Skip to main content

TS3InventoryS3BucketDestination

Class in AWS.S3

Inventory S3BucketDestination node class.

Ancestors

Properties

AccountId

property AccountId: string

Bucket

property Bucket: TARN

Encryption

property Encryption: IS3InventoryEncryption

Type: IS3InventoryEncryption

Format

property Format: string

Prefix

property Prefix: string

Constructors

Create

constructor Create; overload;

Constructor for TS3InventoryS3BucketDestination.


constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3InventoryS3BucketDestination.

Parameters

NameDescription
ANodeAn S3BucketDestination XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

An S3BucketDestination XML node.