/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 |