Skip to content

/AWS1/CL_GDYCLOUDDETAILS

Contains details about the cloud environment associated with an investigation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_provider TYPE /AWS1/GDYCLOUDPROVIDER /AWS1/GDYCLOUDPROVIDER

The cloud provider. Currently, only AWS is supported.

iv_region TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The Amazon Web Services Region in which the investigated resource resides.

iv_account TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The Amazon Web Services account ID of the investigated resource.


Queryable Attributes

Provider

The cloud provider. Currently, only AWS is supported.

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

Region

The Amazon Web Services Region in which the investigated resource resides.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

Account

The Amazon Web Services account ID of the investigated resource.

Accessible with the following methods

Method Description
GET_ACCOUNT() Getter for ACCOUNT, with configurable default
ASK_ACCOUNT() Getter for ACCOUNT w/ exceptions if field has no value
HAS_ACCOUNT() Determine if ACCOUNT has a value