/AWS1/CL_FMSDISCOVEREDRESOURCE¶
A resource in the organization that's available to be associated with a Firewall Manager resource set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_uri TYPE /AWS1/FMSIDENTIFIER /AWS1/FMSIDENTIFIER¶
The universal resource identifier (URI) of the discovered resource.
iv_accountid TYPE /AWS1/FMSAWSACCOUNTID /AWS1/FMSAWSACCOUNTID¶
The Amazon Web Services account ID associated with the discovered resource.
iv_type TYPE /AWS1/FMSRESOURCETYPE /AWS1/FMSRESOURCETYPE¶
The type of the discovered resource.
iv_name TYPE /AWS1/FMSRESOURCENAME /AWS1/FMSRESOURCENAME¶
The name of the discovered resource.
Queryable Attributes¶
URI¶
The universal resource identifier (URI) of the discovered resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
AccountId¶
The Amazon Web Services account ID associated with the discovered resource.
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 |
Type¶
The type of the discovered resource.
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 |
Name¶
The name of the discovered resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME 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_DISCOVEREDRESOURCELIST¶
TYPES TT_DISCOVEREDRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FMSDISCOVEREDRESOURCE WITH DEFAULT KEY
.