Skip to content

/AWS1/CL_EMSDISKENCRYPTIONCONF

The configuration object that allows encrypting local disks.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_encryptioncontext TYPE /AWS1/CL_EMSENCCONTEXT_W=>TT_ENCRYPTIONCONTEXT TT_ENCRYPTIONCONTEXT

Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.

iv_encryptionkeyarn TYPE /AWS1/EMSENCRYPTIONKEYARN /AWS1/EMSENCRYPTIONKEYARN

The KMS key ARN to encrypt local disks.


Queryable Attributes

encryptionContext

Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.

Accessible with the following methods

Method Description
GET_ENCRYPTIONCONTEXT() Getter for ENCRYPTIONCONTEXT, with configurable default
ASK_ENCRYPTIONCONTEXT() Getter for ENCRYPTIONCONTEXT w/ exceptions if field has no v
HAS_ENCRYPTIONCONTEXT() Determine if ENCRYPTIONCONTEXT has a value

encryptionKeyArn

The KMS key ARN to encrypt local disks.

Accessible with the following methods

Method Description
GET_ENCRYPTIONKEYARN() Getter for ENCRYPTIONKEYARN, with configurable default
ASK_ENCRYPTIONKEYARN() Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va
HAS_ENCRYPTIONKEYARN() Determine if ENCRYPTIONKEYARN has a value