Skip to content

/AWS1/CL_FISACTION

Describes an action. For more information, see FIS actions in the Fault Injection Service User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/FISACTIONID /AWS1/FISACTIONID

The ID of the action.

iv_arn TYPE /AWS1/FISRESOURCEARN /AWS1/FISRESOURCEARN

The Amazon Resource Name (ARN) of the action.

iv_description TYPE /AWS1/FISACTIONDESCRIPTION /AWS1/FISACTIONDESCRIPTION

The description for the action.

it_parameters TYPE /AWS1/CL_FISACTIONPARAMETER=>TT_ACTIONPARAMETERMAP TT_ACTIONPARAMETERMAP

The action parameters, if applicable.

it_targets TYPE /AWS1/CL_FISACTIONTARGET=>TT_ACTIONTARGETMAP TT_ACTIONTARGETMAP

The supported targets for the action.

it_tags TYPE /AWS1/CL_FISTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags for the action.


Queryable Attributes

id

The ID of the action.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

arn

The Amazon Resource Name (ARN) of the action.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

description

The description for the action.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

parameters

The action parameters, if applicable.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS has a value

targets

The supported targets for the action.

Accessible with the following methods

Method Description
GET_TARGETS() Getter for TARGETS, with configurable default
ASK_TARGETS() Getter for TARGETS w/ exceptions if field has no value
HAS_TARGETS() Determine if TARGETS has a value

tags

The tags for the action.

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