This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::VerifiedPermissions::Policy StaticPolicyDefinition
A structure that defines a static policy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Statement" :String}
YAML
Description:StringStatement:String
Properties
- Description
- 
                    The description of the static policy. Required: No Type: String Minimum: 0Maximum: 150Update requires: No interruption 
- Statement
- 
                    The policy content of the static policy, written in the Cedar policy language. Required: Yes Type: String Minimum: 1Maximum: 10000Update requires: No interruption