/AWS1/CL_INSASSETATTRIBUTES¶
A collection of attributes of the host from which the finding is generated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_schemaversion TYPE /AWS1/INSNUMERICVERSION /AWS1/INSNUMERICVERSION¶
The schema version of this data type.
Optional arguments:¶
iv_agentid TYPE /AWS1/INSAGENTID /AWS1/INSAGENTID¶
The ID of the agent that is installed on the EC2 instance where the finding is generated.
iv_autoscalinggroup TYPE /AWS1/INSAUTOSCALINGGROUP /AWS1/INSAUTOSCALINGGROUP¶
The Auto Scaling group of the EC2 instance where the finding is generated.
iv_amiid TYPE /AWS1/INSAMIID /AWS1/INSAMIID¶
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
iv_hostname TYPE /AWS1/INSHOSTNAME /AWS1/INSHOSTNAME¶
The hostname of the EC2 instance where the finding is generated.
it_ipv4addresses TYPE /AWS1/CL_INSIPV4ADDRESSLIST_W=>TT_IPV4ADDRESSLIST TT_IPV4ADDRESSLIST¶
The list of IP v4 addresses of the EC2 instance where the finding is generated.
it_tags TYPE /AWS1/CL_INSTAG=>TT_TAGS TT_TAGS¶
The tags related to the EC2 instance where the finding is generated.
it_networkinterfaces TYPE /AWS1/CL_INSNETWORKINTERFACE=>TT_NETWORKINTERFACES TT_NETWORKINTERFACES¶
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
Queryable Attributes¶
schemaVersion¶
The schema version of this data type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION |
agentId¶
The ID of the agent that is installed on the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTID() |
Getter for AGENTID, with configurable default |
ASK_AGENTID() |
Getter for AGENTID w/ exceptions if field has no value |
HAS_AGENTID() |
Determine if AGENTID has a value |
autoScalingGroup¶
The Auto Scaling group of the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALINGGROUP() |
Getter for AUTOSCALINGGROUP, with configurable default |
ASK_AUTOSCALINGGROUP() |
Getter for AUTOSCALINGGROUP w/ exceptions if field has no va |
HAS_AUTOSCALINGGROUP() |
Determine if AUTOSCALINGGROUP has a value |
amiId¶
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMIID() |
Getter for AMIID, with configurable default |
ASK_AMIID() |
Getter for AMIID w/ exceptions if field has no value |
HAS_AMIID() |
Determine if AMIID has a value |
hostname¶
The hostname of the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTNAME() |
Getter for HOSTNAME, with configurable default |
ASK_HOSTNAME() |
Getter for HOSTNAME w/ exceptions if field has no value |
HAS_HOSTNAME() |
Determine if HOSTNAME has a value |
ipv4Addresses¶
The list of IP v4 addresses of the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV4ADDRESSES() |
Getter for IPV4ADDRESSES, with configurable default |
ASK_IPV4ADDRESSES() |
Getter for IPV4ADDRESSES w/ exceptions if field has no value |
HAS_IPV4ADDRESSES() |
Determine if IPV4ADDRESSES has a value |
tags¶
The tags related to the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
networkInterfaces¶
An array of the network interfaces interacting with the EC2 instance where the finding is generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACES() |
Getter for NETWORKINTERFACES, with configurable default |
ASK_NETWORKINTERFACES() |
Getter for NETWORKINTERFACES w/ exceptions if field has no v |
HAS_NETWORKINTERFACES() |
Determine if NETWORKINTERFACES has a value |