AWS::Bedrock::GuardrailVersionDefinition of AWS::Bedrock::GuardrailVersion Resource Type
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GuardrailIdentifier | string | RequiredCreate-onlyWrite-only |
Description | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GuardrailArn | string | Arn representation for the guardrail |
GuardrailId | string | Unique id for the guardrail |
Version | string | Guardrail version |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreateGuardrailVersionbedrock:GetGuardrailkms:CreateGrantkms:Decryptbedrock:GetGuardrailkms:Decryptbedrock:DeleteGuardrailbedrock:GetGuardrailkms:RetireGrantOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGuardrailIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionGuardrailIdentifier