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::BedrockAgentCore::Policy PolicyDefinition
The definition structure for policies. Encapsulates different policy formats.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Cedar" :CedarPolicy, "Policy" :PolicyStatement}
YAML
Cedar:CedarPolicyPolicy:PolicyStatement
Properties
Cedar-
The Cedar policy definition.
Required: No
Type: CedarPolicy
Update requires: No interruption
Policy-
The policy statement definition.
Required: No
Type: PolicyStatement
Update requires: No interruption