IS3InventoryConfiguration
Interface in AWS.S3
Interface for Inventory Configuration.
Properties
Destination
property Destination: IS3InventoryDestination
Type: IS3InventoryDestination
Specifies the destination to export inventory results to.
Filter
property Filter: IS3InventoryFilter
Type: IS3InventoryFilter
Specifies en inventory filter.
Id
property Id: string
The ID used to identify the inventory configuration.
IncludedObjectVersions
property IncludedObjectVersions: string
Specifies the object versions to include in the inventory.
Valid values: All | Current.
IsEnabled
property IsEnabled: Boolean
Specifies whether the inventory is enabled or not.
OptionalFields
property OptionalFields: TS3OptionalFields
Type: TS3OptionalFields
List of optional fields to include in the inventory.
Valid values: Size | LastModifiedDate | StorageClass | ETag | IsMultipartUploaded | ReplicationStatus | EncryptionStatus | ObjectLockRetainUntilDate | ObjectLockMode | ObjectLockLegalHoldStatus | IntelligentTieringAccessTier | BucketKeyStatus.
Schedule
property Schedule: IS3InventorySchedule
Type: IS3InventorySchedule
Methods
ToString
function ToString: string;
Convert to string.
Returns
A string containing the XML representation.
ToXML
function ToXML: IXMLDocument;
Convert to XML.
Returns
An XML representation.