AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::AutomatedReasoningPolicyVersion

CfnAutomatedReasoningPolicyVersion

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.

Import

import { CfnAutomatedReasoningPolicyVersion } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnAutomatedReasoningPolicyVersion

Properties

Configuration passed to the constructor as CfnAutomatedReasoningPolicyVersionProps.

policyArnRequired
string

The Amazon Resource Name (ARN) of the policy.

lastUpdatedDefinitionHashOptional
string

The hash of the policy definition that was last updated.

tagsOptional
CfnTag[]

The tags associated with the Automated Reasoning policy version.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter