AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::GuardrailVersion

CfnGuardrailVersion

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnGuardrailVersionProps.

guardrailIdentifierRequired
string

The unique identifier of the guardrail. This can be an ID or the ARN.

descriptionOptional
string

A description of the guardrail 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