AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::EnforcedGuardrailConfiguration

Bedrock EnforcedGuardrailConfiguration

Definition of AWS::Bedrock::EnforcedGuardrailConfiguration Resource Type

Properties

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

Filter:
PropertyTypeFlags
GuardrailIdentifier
string
Required
GuardrailVersion
string
Required
ModelEnforcement
ModelEnforcement
SelectiveContentGuarding
SelectiveContentGuarding

Return Values

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

AttributeTypeDescription
ConfigIdstringUnique ID for the account enforced configuration
CreatedAtstringTimestamp when the configuration was created
CreatedBystringThe ARN of the role used to create the configuration
GuardrailArnstringARN representation for the guardrail
GuardrailIdstringUnique ID for the guardrail
Ownerstring-
UpdatedAtstringTimestamp when the configuration was last updated
UpdatedBystringThe ARN of the role used to update the configuration

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::EnforcedGuardrailConfiguration

Resources:
  MyResource:
    Type: AWS::Bedrock::EnforcedGuardrailConfiguration
    Properties:
      GuardrailIdentifier: "my-guardrailidentifier"
      GuardrailVersion: "value"

Required IAM Permissions

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

create

bedrock:PutEnforcedGuardrailConfigurationbedrock:ListEnforcedGuardrailsConfiguration

read

bedrock:ListEnforcedGuardrailsConfiguration

update

bedrock:PutEnforcedGuardrailConfigurationbedrock:ListEnforcedGuardrailsConfiguration

delete

bedrock:DeleteEnforcedGuardrailConfiguration

list

bedrock:ListEnforcedGuardrailsConfiguration

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
Properties12
Required2
TaggingNot supported
Primary IDConfigId

Supported Operations

CreateReadUpdateDeleteList

External Links