AWS::VerifiedPermissions::Policy StaticPolicyDefinition - 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::Policy StaticPolicyDefinition

A structure that defines a static policy.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Description" : String, "Statement" : String }

YAML

Description: String Statement: String

Properties

Description

The description of the static policy.

Required: No

Type: String

Minimum: 0

Maximum: 150

Update requires: No interruption

Statement

The policy content of the static policy, written in the Cedar policy language.

Required: Yes

Type: String

Minimum: 1

Maximum: 10000

Update requires: No interruption