Skip to content

/AWS1/CL_EC2VERIFIEDACCSSESP01

Verified Access provides server side encryption by default to data at rest using Amazon Web Services-owned KMS keys. You also have the option of using customer managed KMS keys, which can be specified using the options below.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CUSTOMERMANAGEDKEYENABLED TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Enable or disable the use of customer managed KMS keys for server side encryption.

Valid values: True | False

IV_KMSKEYARN TYPE /AWS1/EC2KMSKEYARN /AWS1/EC2KMSKEYARN

The ARN of the KMS key.


Queryable Attributes

CustomerManagedKeyEnabled

Enable or disable the use of customer managed KMS keys for server side encryption.

Valid values: True | False

Accessible with the following methods

Method Description
GET_CUSMANAGEDKEYENABLED() Getter for CUSTOMERMANAGEDKEYENABLED, with configurable defa
ASK_CUSMANAGEDKEYENABLED() Getter for CUSTOMERMANAGEDKEYENABLED w/ exceptions if field
HAS_CUSMANAGEDKEYENABLED() Determine if CUSTOMERMANAGEDKEYENABLED has a value

KmsKeyArn

The ARN of the KMS key.

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