Skip to content

/AWS1/CL_S3_ENCRYPTION

Contains the type of server-side encryption used.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_encryptiontype TYPE /AWS1/S3_SERVERSIDEENCRYPTION /AWS1/S3_SERVERSIDEENCRYPTION

The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

Optional arguments:

iv_kmskeyid TYPE /AWS1/S3_SSEKMSKEYID /AWS1/S3_SSEKMSKEYID

If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Amazon Web Services Key Management Service Developer Guide.

iv_kmscontext TYPE /AWS1/S3_KMSCONTEXT /AWS1/S3_KMSCONTEXT

If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.


Queryable Attributes

EncryptionType

The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).

Accessible with the following methods

Method Description
GET_ENCRYPTIONTYPE() Getter for ENCRYPTIONTYPE, with configurable default
ASK_ENCRYPTIONTYPE() Getter for ENCRYPTIONTYPE w/ exceptions if field has no valu
HAS_ENCRYPTIONTYPE() Determine if ENCRYPTIONTYPE has a value

KMSKeyId

If the encryption type is aws:kms, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Amazon Web Services Key Management Service Developer Guide.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

KMSContext

If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.

Accessible with the following methods

Method Description
GET_KMSCONTEXT() Getter for KMSCONTEXT, with configurable default
ASK_KMSCONTEXT() Getter for KMSCONTEXT w/ exceptions if field has no value
HAS_KMSCONTEXT() Determine if KMSCONTEXT has a value