Skip to content

/AWS1/CL_CWOENCRYPTION

Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_ssealgorithm TYPE /AWS1/CWOSSEALGORITHM /AWS1/CWOSSEALGORITHM

The server-side encryption algorithm used for encrypting data in the S3 Table integration.

Optional arguments:

iv_kmskeyarn TYPE /AWS1/CWORESOURCEARN /AWS1/CWORESOURCEARN

The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.


Queryable Attributes

SseAlgorithm

The server-side encryption algorithm used for encrypting data in the S3 Table integration.

Accessible with the following methods

Method Description
GET_SSEALGORITHM() Getter for SSEALGORITHM, with configurable default
ASK_SSEALGORITHM() Getter for SSEALGORITHM w/ exceptions if field has no value
HAS_SSEALGORITHM() Determine if SSEALGORITHM has a value

KmsKeyArn

The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.

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