Skip to content

/AWS1/CL_KN2APPENCRYPTIONCONF

Specifies the configuration to manage encryption at rest.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_keytype TYPE /AWS1/KN2KEYTYPE /AWS1/KN2KEYTYPE

Specifies the type of key used for encryption at rest.

Optional arguments:

iv_keyid TYPE /AWS1/KN2KEYID /AWS1/KN2KEYID

The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.


Queryable Attributes

KeyId

The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.

Accessible with the following methods

Method Description
GET_KEYID() Getter for KEYID, with configurable default
ASK_KEYID() Getter for KEYID w/ exceptions if field has no value
HAS_KEYID() Determine if KEYID has a value

KeyType

Specifies the type of key used for encryption at rest.

Accessible with the following methods

Method Description
GET_KEYTYPE() Getter for KEYTYPE, with configurable default
ASK_KEYTYPE() Getter for KEYTYPE w/ exceptions if field has no value
HAS_KEYTYPE() Determine if KEYTYPE has a value