/AWS1/CL_CWFWORKLOADINSIGHTS00¶
A row for a top contributor for a scope.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/CWFACCOUNTID /AWS1/CWFACCOUNTID¶
The account ID for a specific row of data.
iv_localsubnetid TYPE /AWS1/CWFSUBNETID /AWS1/CWFSUBNETID¶
The subnet identifier for the local resource.
iv_localaz TYPE /AWS1/CWFAVAILABILITYZONE /AWS1/CWFAVAILABILITYZONE¶
The identifier for the Availability Zone where the local resource is located.
iv_localvpcid TYPE /AWS1/CWFVPCID /AWS1/CWFVPCID¶
The identifier for the VPC for the local resource.
iv_localregion TYPE /AWS1/CWFAWSREGION /AWS1/CWFAWSREGION¶
The Amazon Web Services Region where the local resource is located.
iv_remoteidentifier TYPE /AWS1/CWFSTRING /AWS1/CWFSTRING¶
The identifier of a remote resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2.
iv_value TYPE /AWS1/CWFLONG /AWS1/CWFLONG¶
The value for a metric.
iv_localsubnetarn TYPE /AWS1/CWFSUBNETARN /AWS1/CWFSUBNETARN¶
The Amazon Resource Name (ARN) of a local subnet.
iv_localvpcarn TYPE /AWS1/CWFVPCARN /AWS1/CWFVPCARN¶
The Amazon Resource Name (ARN) of a local VPC.
Queryable Attributes¶
accountId¶
The account ID for a specific row of data.
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 |
localSubnetId¶
The subnet identifier for the local resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALSUBNETID() |
Getter for LOCALSUBNETID, with configurable default |
ASK_LOCALSUBNETID() |
Getter for LOCALSUBNETID w/ exceptions if field has no value |
HAS_LOCALSUBNETID() |
Determine if LOCALSUBNETID has a value |
localAz¶
The identifier for the Availability Zone where the local resource is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALAZ() |
Getter for LOCALAZ, with configurable default |
ASK_LOCALAZ() |
Getter for LOCALAZ w/ exceptions if field has no value |
HAS_LOCALAZ() |
Determine if LOCALAZ has a value |
localVpcId¶
The identifier for the VPC for the local resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALVPCID() |
Getter for LOCALVPCID, with configurable default |
ASK_LOCALVPCID() |
Getter for LOCALVPCID w/ exceptions if field has no value |
HAS_LOCALVPCID() |
Determine if LOCALVPCID has a value |
localRegion¶
The Amazon Web Services Region where the local resource is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALREGION() |
Getter for LOCALREGION, with configurable default |
ASK_LOCALREGION() |
Getter for LOCALREGION w/ exceptions if field has no value |
HAS_LOCALREGION() |
Determine if LOCALREGION has a value |
remoteIdentifier¶
The identifier of a remote resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOTEIDENTIFIER() |
Getter for REMOTEIDENTIFIER, with configurable default |
ASK_REMOTEIDENTIFIER() |
Getter for REMOTEIDENTIFIER w/ exceptions if field has no va |
HAS_REMOTEIDENTIFIER() |
Determine if REMOTEIDENTIFIER has a value |
value¶
The value for a metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
localSubnetArn¶
The Amazon Resource Name (ARN) of a local subnet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALSUBNETARN() |
Getter for LOCALSUBNETARN, with configurable default |
ASK_LOCALSUBNETARN() |
Getter for LOCALSUBNETARN w/ exceptions if field has no valu |
HAS_LOCALSUBNETARN() |
Determine if LOCALSUBNETARN has a value |
localVpcArn¶
The Amazon Resource Name (ARN) of a local VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALVPCARN() |
Getter for LOCALVPCARN, with configurable default |
ASK_LOCALVPCARN() |
Getter for LOCALVPCARN w/ exceptions if field has no value |
HAS_LOCALVPCARN() |
Determine if LOCALVPCARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORKLOADINSIGHTSTOPCONTRI00¶
TYPES TT_WORKLOADINSIGHTSTOPCONTRI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWFWORKLOADINSIGHTS00 WITH DEFAULT KEY
.