/AWS1/CL_QLDS3ENCRYPTIONCONF¶
The encryption settings that are used by a journal export job to write data in an Amazon Simple Storage Service (Amazon S3) bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_objectencryptiontype TYPE /AWS1/QLDS3OBJECTENCTYPE /AWS1/QLDS3OBJECTENCTYPE¶
The Amazon S3 object encryption type.
To learn more about server-side encryption options in Amazon S3, see Protecting Data Using Server-Side Encryption in the Amazon S3 Developer Guide.
Optional arguments:¶
iv_kmskeyarn TYPE /AWS1/QLDARN /AWS1/QLDARN¶
The Amazon Resource Name (ARN) of a symmetric encryption key in Key Management Service (KMS). Amazon S3 does not support asymmetric KMS keys.
You must provide a
KmsKeyArnif you specifySSE_KMSas theObjectEncryptionType.
KmsKeyArnis not required if you specifySSE_S3as theObjectEncryptionType.
Queryable Attributes¶
ObjectEncryptionType¶
The Amazon S3 object encryption type.
To learn more about server-side encryption options in Amazon S3, see Protecting Data Using Server-Side Encryption in the Amazon S3 Developer Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTENCRYPTIONTYPE() |
Getter for OBJECTENCRYPTIONTYPE, with configurable default |
ASK_OBJECTENCRYPTIONTYPE() |
Getter for OBJECTENCRYPTIONTYPE w/ exceptions if field has n |
HAS_OBJECTENCRYPTIONTYPE() |
Determine if OBJECTENCRYPTIONTYPE has a value |
KmsKeyArn¶
The Amazon Resource Name (ARN) of a symmetric encryption key in Key Management Service (KMS). Amazon S3 does not support asymmetric KMS keys.
You must provide a
KmsKeyArnif you specifySSE_KMSas theObjectEncryptionType.
KmsKeyArnis not required if you specifySSE_S3as theObjectEncryptionType.
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 |