Skip to content

/AWS1/CL_S3CS3BUCKETDST

A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_FORMAT TYPE /AWS1/S3CFORMAT /AWS1/S3CFORMAT

IV_OUTPUTSCHEMAVERSION TYPE /AWS1/S3COUTPUTSCHEMAVERSION /AWS1/S3COUTPUTSCHEMAVERSION

The schema version of the export file.

IV_ACCOUNTID TYPE /AWS1/S3CACCOUNTID /AWS1/S3CACCOUNTID

The account ID of the owner of the S3 Storage Lens metrics export bucket.

IV_ARN TYPE /AWS1/S3CS3BUCKETARNSTRING /AWS1/S3CS3BUCKETARNSTRING

The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:bucket/your-destination-bucket-name

Optional arguments:

IV_PREFIX TYPE /AWS1/S3CPREFIX /AWS1/S3CPREFIX

The prefix of the destination bucket where the metrics export will be delivered.

IO_ENCRYPTION TYPE REF TO /AWS1/CL_S3CSTRGLENSDATAEXPENC /AWS1/CL_S3CSTRGLENSDATAEXPENC

The container for the type encryption of the metrics exports in this bucket.


Queryable Attributes

Format

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value

OutputSchemaVersion

The schema version of the export file.

Accessible with the following methods

Method Description
GET_OUTPUTSCHEMAVERSION() Getter for OUTPUTSCHEMAVERSION, with configurable default
ASK_OUTPUTSCHEMAVERSION() Getter for OUTPUTSCHEMAVERSION w/ exceptions if field has no
HAS_OUTPUTSCHEMAVERSION() Determine if OUTPUTSCHEMAVERSION has a value

AccountId

The account ID of the owner of the S3 Storage Lens metrics export bucket.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

Arn

The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:bucket/your-destination-bucket-name

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Prefix

The prefix of the destination bucket where the metrics export will be delivered.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value

Encryption

The container for the type encryption of the metrics exports in this bucket.

Accessible with the following methods

Method Description
GET_ENCRYPTION() Getter for ENCRYPTION