/AWS1/CL_VPSENCRYPTIONSTATE¶
A structure that contains the encryption configuration for the policy store and child resources.
This data type is used as a response parameter field for the GetPolicyStore operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_kmsencryptionstate TYPE REF TO /AWS1/CL_VPSKMSENCRYPTIONSTATE /AWS1/CL_VPSKMSENCRYPTIONSTATE¶
The KMS encryption settings currently configured for this policy store to encrypt data with. It contains the customer-managed KMS key, and a user-defined encryption context.
io_default TYPE REF TO /AWS1/CL_VPSUNIT /AWS1/CL_VPSUNIT¶
This is the default encryption state. The policy store is encrypted using an Amazon Web Services owned key.
Queryable Attributes¶
kmsEncryptionState¶
The KMS encryption settings currently configured for this policy store to encrypt data with. It contains the customer-managed KMS key, and a user-defined encryption context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSENCRYPTIONSTATE() |
Getter for KMSENCRYPTIONSTATE |
default¶
This is the default encryption state. The policy store is encrypted using an Amazon Web Services owned key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULT() |
Getter for DEFAULT |