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

A structure that defines a Cedar policy. It includes the policy type, a description, and a policy body. This is a top level data type used to create a policy.

This data type is used as a request parameter for the CreatePolicy operation. This structure must always have either an Static or a TemplateLinked element.

Syntax

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

Properties

Static

A structure that describes a static policy. An static policy doesn't use a template or allow placeholders for entities.

Required: No

Type: StaticPolicyDefinition

Update requires: No interruption

TemplateLinked

A structure that describes a policy that was instantiated from a template. The template can specify placeholders for principal and resource. When you use CreatePolicy to create a policy from a template, you specify the exact principal and resource to use for the instantiated policy.

Required: No

Type: TemplateLinkedPolicyDefinition

Update requires: No interruption