AWS::VerifiedPermissions::PolicyStore SchemaDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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 Amazon Verified Permissions User Guide.

Required: No

Type: String

Update requires: No interruption