AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::GuardrailVersion

Bedrock GuardrailVersion

Definition of AWS::Bedrock::GuardrailVersion Resource Type

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
GuardrailIdentifier
string
RequiredCreate-onlyWrite-only
Description
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
GuardrailArnstringArn representation for the guardrail
GuardrailIdstringUnique id for the guardrail
VersionstringGuardrail version

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::GuardrailVersion

Resources:
  MyResource:
    Type: AWS::Bedrock::GuardrailVersion
    Properties:
      GuardrailIdentifier: "my-guardrailidentifier"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreateGuardrailVersionbedrock:GetGuardrailkms:CreateGrantkms:Decrypt

read

bedrock:GetGuardrailkms:Decrypt

delete

bedrock:DeleteGuardrailbedrock:GetGuardrailkms:RetireGrant

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties5
Required1
TaggingNot supported
Primary IDGuardrailId

Supported Operations

CreateReadDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DescriptionGuardrailIdentifier

External Links