/AWS1/CL_CWFMONILOCALRESOURCE¶
A local resource is the host where the agent is installed. Local resources can be a a subnet, a VPC, an Availability Zone, or an Amazon Web Services service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CWFMONILOCALRESOURCETYPE /AWS1/CWFMONILOCALRESOURCETYPE¶
The type of the local resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet, orAWS::Region.
iv_identifier TYPE /AWS1/CWFSTRING /AWS1/CWFSTRING¶
The identifier of the local 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.
Queryable Attributes¶
type¶
The type of the local resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet, orAWS::Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
identifier¶
The identifier of the local 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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER 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_MONITORLOCALRESOURCES¶
TYPES TT_MONITORLOCALRESOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWFMONILOCALRESOURCE WITH DEFAULT KEY
.