Skip to content

/AWS1/CL_REVRESTARGETRESOURCE

A single AWS resource that AWS Fault Injection Service (AWS FIS) resolved as a target during a test run.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_resourcetype TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The AWS FIS resource type the target belongs to, such as aws:ec2:instance, aws:ecs:task, or aws:eks:pod.

iv_targetname TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the target in the AWS FIS experiment template.

it_targetinformation TYPE /AWS1/CL_REVRESTARGETINFO_W=>TT_RESOLVEDTARGETINFORMATION TT_RESOLVEDTARGETINFORMATION

The raw target information map as returned by AWS FIS.


Queryable Attributes

resourceType

The AWS FIS resource type the target belongs to, such as aws:ec2:instance, aws:ecs:task, or aws:eks:pod.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

targetName

The name of the target in the AWS FIS experiment template.

Accessible with the following methods

Method Description
GET_TARGETNAME() Getter for TARGETNAME, with configurable default
ASK_TARGETNAME() Getter for TARGETNAME w/ exceptions if field has no value
HAS_TARGETNAME() Determine if TARGETNAME has a value

targetInformation

The raw target information map as returned by AWS FIS.

Accessible with the following methods

Method Description
GET_TARGETINFORMATION() Getter for TARGETINFORMATION, with configurable default
ASK_TARGETINFORMATION() Getter for TARGETINFORMATION w/ exceptions if field has no v
HAS_TARGETINFORMATION() Determine if TARGETINFORMATION 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_RESOLVEDTARGETRESOURCELIST

TYPES TT_RESOLVEDTARGETRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVRESTARGETRESOURCE WITH DEFAULT KEY
.