Skip to content

/AWS1/CL_CWOLOGSBACKUPCONF

Configuration for backing up centralized log data to a secondary region.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_region TYPE /AWS1/CWOREGION /AWS1/CWOREGION

Logs specific backup destination region within the primary destination account to which log data should be centralized.

Optional arguments:

iv_kmskeyarn TYPE /AWS1/CWORESOURCEARN /AWS1/CWORESOURCEARN

KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.


Queryable Attributes

Region

Logs specific backup destination region within the primary destination account to which log data should be centralized.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

KmsKeyArn

KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.

Accessible with the following methods

Method Description
GET_KMSKEYARN() Getter for KMSKEYARN, with configurable default
ASK_KMSKEYARN() Getter for KMSKEYARN w/ exceptions if field has no value
HAS_KMSKEYARN() Determine if KMSKEYARN has a value