AWS::VerifiedPermissions::PolicyStore SchemaDefinition
Contains a list of principal types, resource types, and actions that can be specified
in policies stored in the same policy store. If the validation mode for the policy store is set to
STRICT
, then policies that can't be validated by this schema are
rejected by Verified Permissions and can't be stored in the policy store.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CedarJson" :
String
}
YAML
CedarJson:
String
Properties
CedarJson
-
A JSON string representation of the schema supported by applications that use this policy store. For more information, see Policy store schema in the AVP User Guide.
Required: No
Type: String
Update requires: No interruption