AWS::VerifiedPermissions::Policy StaticPolicyDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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