Skip to content

/AWS1/CL_REVTESTTEMPLATE

A pre-configured, AWS recommended test that defines which resilience capability to validate, the fault actions it runs, and the parameters it accepts.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_testtemplatearn TYPE /AWS1/REVSERVICEOWNEDARN /AWS1/REVSERVICEOWNEDARN

The ARN of the test template.

iv_name TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the test template.

Optional arguments:

iv_description TYPE /AWS1/REVSTRING /AWS1/REVSTRING

A description of the test template.

it_parameters TYPE /AWS1/CL_REVTESTTEMPLATEPARAM=>TT_TESTTEMPLATEPARAMETERLIST TT_TESTTEMPLATEPARAMETERLIST

The parameters the test template accepts.

it_actions TYPE /AWS1/CL_REVTESTACTION=>TT_TESTACTIONLIST TT_TESTACTIONLIST

The fault actions the test template runs.


Queryable Attributes

testTemplateArn

The ARN of the test template.

Accessible with the following methods

Method Description
GET_TESTTEMPLATEARN() Getter for TESTTEMPLATEARN, with configurable default
ASK_TESTTEMPLATEARN() Getter for TESTTEMPLATEARN w/ exceptions if field has no val
HAS_TESTTEMPLATEARN() Determine if TESTTEMPLATEARN has a value

name

The name of the test template.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

A description of the test template.

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 parameters the test template accepts.

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

actions

The fault actions the test template runs.

Accessible with the following methods

Method Description
GET_ACTIONS() Getter for ACTIONS, with configurable default
ASK_ACTIONS() Getter for ACTIONS w/ exceptions if field has no value
HAS_ACTIONS() Determine if ACTIONS has a value