AWS::Bedrock::AutomatedReasoningPolicyVersionCreates 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.
import { CfnAutomatedReasoningPolicyVersion } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnAutomatedReasoningPolicyVersionConfiguration passed to the constructor as CfnAutomatedReasoningPolicyVersionProps.
policyArnRequiredstringThe Amazon Resource Name (ARN) of the policy.
lastUpdatedDefinitionHashOptionalstringThe hash of the policy definition that was last updated.
tagsOptionalCfnTag[]The tags associated with the Automated Reasoning policy version.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::AutomatedReasoningPolicyVersion