This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::VerifiedPermissions::PolicyStore EncryptionState
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Default" :Json, "KmsEncryptionState" :KmsEncryptionState}
YAML
Default:JsonKmsEncryptionState:KmsEncryptionState
Properties
Default-
This is the default encryption state. The policy store is encrypted using an Amazon owned key.
Required: No
Type: Json
Update requires: No interruption
KmsEncryptionState-
The Amazon 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.
Required: No
Type: KmsEncryptionState
Update requires: No interruption