Skip to content

/AWS1/CL_OSSENCRYPTIONCONFIG

Encryption settings for a collection.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_awsownedkey TYPE /AWS1/OSSBOOLEAN /AWS1/OSSBOOLEAN

Indicates whether to use an Amazon Web Services-owned key for encryption.

iv_kmskeyarn TYPE /AWS1/OSSSTRING /AWS1/OSSSTRING

The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.


Queryable Attributes

aWSOwnedKey

Indicates whether to use an Amazon Web Services-owned key for encryption.

Accessible with the following methods

Method Description
GET_AWSOWNEDKEY() Getter for AWSOWNEDKEY, with configurable default
ASK_AWSOWNEDKEY() Getter for AWSOWNEDKEY w/ exceptions if field has no value
HAS_AWSOWNEDKEY() Determine if AWSOWNEDKEY has a value

kmsKeyArn

The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.

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