/AWS1/CL_EC2IPAMDISCOVEREDACCT¶
An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_accountid
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The account ID.
iv_discoveryregion
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
io_failurereason
TYPE REF TO /AWS1/CL_EC2IPAMDISCOVERYFAI00
/AWS1/CL_EC2IPAMDISCOVERYFAI00
¶
The resource discovery failure reason.
iv_lastattempteddiscoveryt00
TYPE /AWS1/EC2MILLISECONDDATETIME
/AWS1/EC2MILLISECONDDATETIME
¶
The last attempted resource discovery time.
iv_lastsuccfuldiscoverytime
TYPE /AWS1/EC2MILLISECONDDATETIME
/AWS1/EC2MILLISECONDDATETIME
¶
The last successful resource discovery time.
iv_organizationalunitid
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of an Organizational Unit in Amazon Web Services Organizations.
Queryable Attributes¶
AccountId¶
The account ID.
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 |
DiscoveryRegion¶
The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISCOVERYREGION() |
Getter for DISCOVERYREGION, with configurable default |
ASK_DISCOVERYREGION() |
Getter for DISCOVERYREGION w/ exceptions if field has no val |
HAS_DISCOVERYREGION() |
Determine if DISCOVERYREGION has a value |
FailureReason¶
The resource discovery failure reason.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON |
LastAttemptedDiscoveryTime¶
The last attempted resource discovery time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTATTEMPTEDDISCOVERY00() |
Getter for LASTATTEMPTEDDISCOVERYTIME, with configurable def |
ASK_LASTATTEMPTEDDISCOVERY00() |
Getter for LASTATTEMPTEDDISCOVERYTIME w/ exceptions if field |
HAS_LASTATTEMPTEDDISCOVERY00() |
Determine if LASTATTEMPTEDDISCOVERYTIME has a value |
LastSuccessfulDiscoveryTime¶
The last successful resource discovery time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSUCCFULDISCOVERYTIME() |
Getter for LASTSUCCESSFULDISCOVERYTIME, with configurable de |
ASK_LASTSUCCFULDISCOVERYTIME() |
Getter for LASTSUCCESSFULDISCOVERYTIME w/ exceptions if fiel |
HAS_LASTSUCCFULDISCOVERYTIME() |
Determine if LASTSUCCESSFULDISCOVERYTIME has a value |
OrganizationalUnitId¶
The ID of an Organizational Unit in Amazon Web Services Organizations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ORGANIZATIONALUNITID() |
Getter for ORGANIZATIONALUNITID, with configurable default |
ASK_ORGANIZATIONALUNITID() |
Getter for ORGANIZATIONALUNITID w/ exceptions if field has n |
HAS_ORGANIZATIONALUNITID() |
Determine if ORGANIZATIONALUNITID 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_IPAMDISCOVEREDACCOUNTSET
¶
TYPES TT_IPAMDISCOVEREDACCOUNTSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMDISCOVEREDACCT WITH DEFAULT KEY
.