Skip to content

/AWS1/CL_REVPOLICY

Represents a resilience policy that defines availability and disaster recovery requirements.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_policyarn TYPE /AWS1/REVARN /AWS1/REVARN

ARN identifier.

iv_name TYPE /AWS1/REVENTITYNAME /AWS1/REVENTITYNAME

Resource name (used in ARN — no spaces allowed).

Optional arguments:

iv_description TYPE /AWS1/REVLONGDESCRIPTION /AWS1/REVLONGDESCRIPTION

Resource description for services and policies.

io_availabilityslo TYPE REF TO /AWS1/CL_REVAVAILABILITYSLO /AWS1/CL_REVAVAILABILITYSLO

The availability SLO defined in the policy.

io_multiaz TYPE REF TO /AWS1/CL_REVMULTIAZTARGETS /AWS1/CL_REVMULTIAZTARGETS

The multi-AZ disaster recovery targets defined in the policy.

io_multiregion TYPE REF TO /AWS1/CL_REVMULTIREGIONTARGETS /AWS1/CL_REVMULTIREGIONTARGETS

The multi-Region disaster recovery targets defined in the policy.

io_datarecovery TYPE REF TO /AWS1/CL_REVDATARECTARGETS /AWS1/CL_REVDATARECTARGETS

The data recovery targets defined in the policy.

iv_kmskeyid TYPE /AWS1/REVKMSKEYID /AWS1/REVKMSKEYID

KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.

it_tags TYPE /AWS1/CL_REVTAGMAP_W=>TT_TAGMAP TT_TAGMAP

Resource tags.

iv_associatedservicecount TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER

The number of services associated with this policy.

iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the policy was created.

iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the policy was last updated.


Queryable Attributes

policyArn

ARN identifier.

Accessible with the following methods

Method Description
GET_POLICYARN() Getter for POLICYARN, with configurable default
ASK_POLICYARN() Getter for POLICYARN w/ exceptions if field has no value
HAS_POLICYARN() Determine if POLICYARN has a value

name

Resource name (used in ARN — no spaces allowed).

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

Resource description for services and policies.

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

availabilitySlo

The availability SLO defined in the policy.

Accessible with the following methods

Method Description
GET_AVAILABILITYSLO() Getter for AVAILABILITYSLO

multiAz

The multi-AZ disaster recovery targets defined in the policy.

Accessible with the following methods

Method Description
GET_MULTIAZ() Getter for MULTIAZ

multiRegion

The multi-Region disaster recovery targets defined in the policy.

Accessible with the following methods

Method Description
GET_MULTIREGION() Getter for MULTIREGION

dataRecovery

The data recovery targets defined in the policy.

Accessible with the following methods

Method Description
GET_DATARECOVERY() Getter for DATARECOVERY

kmsKeyId

KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

tags

Resource tags.

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

associatedServiceCount

The number of services associated with this policy.

Accessible with the following methods

Method Description
GET_ASSOCIATEDSERVICECOUNT() Getter for ASSOCIATEDSERVICECOUNT, with configurable default
ASK_ASSOCIATEDSERVICECOUNT() Getter for ASSOCIATEDSERVICECOUNT w/ exceptions if field has
HAS_ASSOCIATEDSERVICECOUNT() Determine if ASSOCIATEDSERVICECOUNT has a value

createdAt

The timestamp when the policy was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when the policy was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value