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::Bedrock::AutomatedReasoningPolicyVersion
Creates a new version of an existing Automated Reasoning policy. This allows you to iterate on your policy rules while maintaining previous versions for rollback or comparison purposes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Bedrock::AutomatedReasoningPolicyVersion", "Properties" : { "LastUpdatedDefinitionHash" :
String
, "PolicyArn" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Bedrock::AutomatedReasoningPolicyVersion Properties: LastUpdatedDefinitionHash:
String
PolicyArn:String
Tags:- Tag
Properties
LastUpdatedDefinitionHash
-
The hash of the policy definition that was last updated.
Required: No
Type: String
Pattern:
^[0-9a-z]{128}$
Minimum:
128
Maximum:
128
Update requires: Replacement
PolicyArn
-
The Amazon Resource Name (ARN) of the policy.
Required: Yes
Type: String
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:automated-reasoning-policy\/[a-z0-9]{12}$
Minimum:
1
Maximum:
2048
Update requires: Replacement
-
The tags associated with the Automated Reasoning policy version.
Required: No
Type: Array of Tag
Update requires: Replacement
Return values
Ref
Returns the policy version ID.
Fn::GetAtt
Returns the value of an attribute from a resource in the template.
CreatedAt
-
The timestamp when the policy version was created.
DefinitionHash
-
A hash of the policy definition used to identify the version.
Description
-
The description of the policy version.
Name
-
The name of the policy version.
PolicyId
-
The unique identifier of the policy.
UpdatedAt
-
The timestamp when the policy version was last updated.
Version
-
The version number of the policy version.