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 EncryptionSettings
A structure that contains the encryption configuration for the policy store and child resources.
This data type is used as a request parameter in the CreatePolicyStore operation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Default" :Json, "KmsEncryptionSettings" :KmsEncryptionSettings}
YAML
Default:JsonKmsEncryptionSettings:KmsEncryptionSettings
Properties
Default-
This is the default encryption setting. The policy store uses an Amazon owned key for encrypting data.
Required: No
Type: Json
Update requires: No interruption
KmsEncryptionSettings-
The Amazon KMS encryption settings for this policy store to encrypt data with. It will contain the customer-managed KMS key, and a user-defined encryption context.
Required: No
Type: KmsEncryptionSettings
Update requires: No interruption