Skip to content

/AWS1/CL_REVPOLICYSUMMARY

Contains summary information about a resilience policy.

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:

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_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

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

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_POLICYSUMMARYLIST

TYPES TT_POLICYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVPOLICYSUMMARY WITH DEFAULT KEY
.