AWS::Bedrock::EnforcedGuardrailConfigurationDefinition of AWS::Bedrock::EnforcedGuardrailConfiguration Resource Type
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GuardrailIdentifier | string | Required |
GuardrailVersion | string | Required |
ModelEnforcement | ModelEnforcement | |
SelectiveContentGuarding | SelectiveContentGuarding |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConfigId | string | Unique ID for the account enforced configuration |
CreatedAt | string | Timestamp when the configuration was created |
CreatedBy | string | The ARN of the role used to create the configuration |
GuardrailArn | string | ARN representation for the guardrail |
GuardrailId | string | Unique ID for the guardrail |
Owner | string | - |
UpdatedAt | string | Timestamp when the configuration was last updated |
UpdatedBy | string | The ARN of the role used to update the configuration |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::EnforcedGuardrailConfiguration
Resources:
MyResource:
Type: AWS::Bedrock::EnforcedGuardrailConfiguration
Properties:
GuardrailIdentifier: "my-guardrailidentifier"
GuardrailVersion: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:PutEnforcedGuardrailConfigurationbedrock:ListEnforcedGuardrailsConfigurationbedrock:ListEnforcedGuardrailsConfigurationbedrock:PutEnforcedGuardrailConfigurationbedrock:ListEnforcedGuardrailsConfigurationbedrock:DeleteEnforcedGuardrailConfigurationbedrock:ListEnforcedGuardrailsConfigurationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConfigId