/AWS1/CL_S3CLSTSTRGLENSCONFENT¶
Part of ListStorageLensConfigurationResult. Each entry includes the
description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its
Amazon Resource Name (ARN), and config ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/S3CCONFIGID /AWS1/S3CCONFIGID¶
A container for the S3 Storage Lens configuration ID.
iv_storagelensarn TYPE /AWS1/S3CSTORAGELENSARN /AWS1/S3CSTORAGELENSARN¶
The ARN of the S3 Storage Lens configuration. This property is read-only.
iv_homeregion TYPE /AWS1/S3CS3AWSREGION /AWS1/S3CS3AWSREGION¶
A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.
Optional arguments:¶
iv_isenabled TYPE /AWS1/S3CISENABLED /AWS1/S3CISENABLED¶
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
Queryable Attributes¶
Id¶
A container for the 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 |
StorageLensArn¶
The ARN of the S3 Storage Lens configuration. This property is read-only.
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 |
HomeRegion¶
A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOMEREGION() |
Getter for HOMEREGION, with configurable default |
ASK_HOMEREGION() |
Getter for HOMEREGION w/ exceptions if field has no value |
HAS_HOMEREGION() |
Determine if HOMEREGION has a value |
IsEnabled¶
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISENABLED() |
Getter for ISENABLED |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STORAGELENSCONFLIST¶
TYPES TT_STORAGELENSCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3CLSTSTRGLENSCONFENT WITH DEFAULT KEY
.