Skip to content

/AWS1/CL_S3CSTORAGELENSCONF

A container for the Amazon S3 Storage Lens configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/S3CCONFIGID /AWS1/S3CCONFIGID

A container for the Amazon S3 Storage Lens configuration ID.

io_accountlevel TYPE REF TO /AWS1/CL_S3CACCOUNTLEVEL /AWS1/CL_S3CACCOUNTLEVEL

A container for all the account-level configurations of your S3 Storage Lens configuration.

iv_isenabled TYPE /AWS1/S3CISENABLED /AWS1/S3CISENABLED

A container for whether the S3 Storage Lens configuration is enabled.

Optional arguments:

io_include TYPE REF TO /AWS1/CL_S3CINCLUDE /AWS1/CL_S3CINCLUDE

A container for what is included in this configuration. This container can only be valid if there is no Exclude container submitted, and it's not empty.

io_exclude TYPE REF TO /AWS1/CL_S3CEXCLUDE /AWS1/CL_S3CEXCLUDE

A container for what is excluded in this configuration. This container can only be valid if there is no Include container submitted, and it's not empty.

io_dataexport TYPE REF TO /AWS1/CL_S3CSTRGLENSDATAEXPORT /AWS1/CL_S3CSTRGLENSDATAEXPORT

A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.

io_expandedprefixesdataexp TYPE REF TO /AWS1/CL_S3CSTRGLENSEXPANDED00 /AWS1/CL_S3CSTRGLENSEXPANDED00

A container that configures your S3 Storage Lens expanded prefixes metrics report.

io_awsorg TYPE REF TO /AWS1/CL_S3CSTORAGELENSAWSORG /AWS1/CL_S3CSTORAGELENSAWSORG

A container for the Amazon Web Services organization for this S3 Storage Lens configuration.

iv_storagelensarn TYPE /AWS1/S3CSTORAGELENSARN /AWS1/S3CSTORAGELENSARN

The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name

iv_prefixdelimiter TYPE /AWS1/S3CSTRGLENSPREFIXLEVEL00 /AWS1/S3CSTRGLENSPREFIXLEVEL00

A container for all prefix delimiters that are used for object keys in this S3 Storage Lens configuration. The prefix delimiters determine how S3 Storage Lens counts prefix depth, by separating the hierarchical levels in object keys.

  • If either a prefix delimiter or existing delimiter is undefined, Amazon S3 uses the delimiter that’s defined.

  • If both the prefix delimiter and existing delimiter are undefined, S3 uses / as the default delimiter.

  • When custom delimiters are used, both the prefix delimiter and existing delimiter must specify the same special character. Otherwise, your request results in an error.


Queryable Attributes

Id

A container for the Amazon S3 Storage Lens configuration ID.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

AccountLevel

A container for all the account-level configurations of your S3 Storage Lens configuration.

Accessible with the following methods

Method Description
GET_ACCOUNTLEVEL() Getter for ACCOUNTLEVEL

Include

A container for what is included in this configuration. This container can only be valid if there is no Exclude container submitted, and it's not empty.

Accessible with the following methods

Method Description
GET_INCLUDE() Getter for INCLUDE

Exclude

A container for what is excluded in this configuration. This container can only be valid if there is no Include container submitted, and it's not empty.

Accessible with the following methods

Method Description
GET_EXCLUDE() Getter for EXCLUDE

DataExport

A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.

Accessible with the following methods

Method Description
GET_DATAEXPORT() Getter for DATAEXPORT

ExpandedPrefixesDataExport

A container that configures your S3 Storage Lens expanded prefixes metrics report.

Accessible with the following methods

Method Description
GET_EXPANDEDPREFIXESDATAEXP() Getter for EXPANDEDPREFIXESDATAEXPORT

IsEnabled

A container for whether the S3 Storage Lens configuration is enabled.

Accessible with the following methods

Method Description
GET_ISENABLED() Getter for ISENABLED

AwsOrg

A container for the Amazon Web Services organization for this S3 Storage Lens configuration.

Accessible with the following methods

Method Description
GET_AWSORG() Getter for AWSORG

StorageLensArn

The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name

Accessible with the following methods

Method Description
GET_STORAGELENSARN() Getter for STORAGELENSARN, with configurable default
ASK_STORAGELENSARN() Getter for STORAGELENSARN w/ exceptions if field has no valu
HAS_STORAGELENSARN() Determine if STORAGELENSARN has a value

PrefixDelimiter

A container for all prefix delimiters that are used for object keys in this S3 Storage Lens configuration. The prefix delimiters determine how S3 Storage Lens counts prefix depth, by separating the hierarchical levels in object keys.

  • If either a prefix delimiter or existing delimiter is undefined, Amazon S3 uses the delimiter that’s defined.

  • If both the prefix delimiter and existing delimiter are undefined, S3 uses / as the default delimiter.

  • When custom delimiters are used, both the prefix delimiter and existing delimiter must specify the same special character. Otherwise, your request results in an error.

Accessible with the following methods

Method Description
GET_PREFIXDELIMITER() Getter for PREFIXDELIMITER, with configurable default
ASK_PREFIXDELIMITER() Getter for PREFIXDELIMITER w/ exceptions if field has no val
HAS_PREFIXDELIMITER() Determine if PREFIXDELIMITER has a value