AWS::Bedrock::GuardrailVersionCreates a version of the guardrail. Use this API to create a snapshot of the guardrail when you are satisfied with a configuration, or to compare the configuration with another version.
import { CfnGuardrailVersion } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnGuardrailVersionConfiguration passed to the constructor as CfnGuardrailVersionProps.
guardrailIdentifierRequiredstringThe unique identifier of the guardrail. This can be an ID or the ARN.
descriptionOptionalstringA description of the guardrail 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::GuardrailVersion