/AWS1/CL_NWFCONTAINERMONCONF¶
Defines a container cluster to monitor, along with optional attribute filters that narrow the scope of monitored containers within the cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clusterarn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN¶
The Amazon Resource Name (ARN) of the container cluster to monitor.
Optional arguments:¶
it_attributefilters TYPE /AWS1/CL_NWFCONTAINERATTRIBUTE=>TT_CONTAINERATTRIBUTES TT_CONTAINERATTRIBUTES¶
A list of key-value pairs that filter which containers within the cluster are monitored. Only containers that match the specified attributes are included.
Queryable Attributes¶
ClusterArn¶
The Amazon Resource Name (ARN) of the container cluster to monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERARN() |
Getter for CLUSTERARN, with configurable default |
ASK_CLUSTERARN() |
Getter for CLUSTERARN w/ exceptions if field has no value |
HAS_CLUSTERARN() |
Determine if CLUSTERARN has a value |
AttributeFilters¶
A list of key-value pairs that filter which containers within the cluster are monitored. Only containers that match the specified attributes are included.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEFILTERS() |
Getter for ATTRIBUTEFILTERS, with configurable default |
ASK_ATTRIBUTEFILTERS() |
Getter for ATTRIBUTEFILTERS w/ exceptions if field has no va |
HAS_ATTRIBUTEFILTERS() |
Determine if ATTRIBUTEFILTERS 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_CONTAINERMONITORINGCONFS¶
TYPES TT_CONTAINERMONITORINGCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFCONTAINERMONCONF WITH DEFAULT KEY
.