/AWS1/CL_OSRPACKAGEENCOPTIONS¶
Encryption options for a package.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_encryptionenabled TYPE /AWS1/OSRBOOLEAN /AWS1/OSRBOOLEAN¶
Whether encryption is enabled for the package.
Optional arguments:¶
iv_kmskeyidentifier TYPE /AWS1/OSRKMSKEYID /AWS1/OSRKMSKEYID¶
KMS key ID for encrypting the package.
Queryable Attributes¶
KmsKeyIdentifier¶
KMS key ID for encrypting the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYIDENTIFIER() |
Getter for KMSKEYIDENTIFIER, with configurable default |
ASK_KMSKEYIDENTIFIER() |
Getter for KMSKEYIDENTIFIER w/ exceptions if field has no va |
HAS_KMSKEYIDENTIFIER() |
Determine if KMSKEYIDENTIFIER has a value |
EncryptionEnabled¶
Whether encryption is enabled for the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONENABLED() |
Getter for ENCRYPTIONENABLED, with configurable default |
ASK_ENCRYPTIONENABLED() |
Getter for ENCRYPTIONENABLED w/ exceptions if field has no v |
HAS_ENCRYPTIONENABLED() |
Determine if ENCRYPTIONENABLED has a value |