This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::EnforcedGuardrailConfiguration
Sets the account-level enforced guardrail configuration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Bedrock::EnforcedGuardrailConfiguration", "Properties" : { "GuardrailIdentifier" :String, "GuardrailVersion" :String, "ModelEnforcement" :ModelEnforcement, "SelectiveContentGuarding" :SelectiveContentGuarding} }
YAML
Type: AWS::Bedrock::EnforcedGuardrailConfiguration Properties: GuardrailIdentifier:StringGuardrailVersion:StringModelEnforcement:ModelEnforcementSelectiveContentGuarding:SelectiveContentGuarding
Properties
GuardrailIdentifierProperty description not available.
Required: Yes
Type: String
Pattern:
^(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))$Minimum:
0Maximum:
2048Update requires: No interruption
GuardrailVersionProperty description not available.
Required: Yes
Type: String
Pattern:
^[1-9][0-9]{0,7}$Update requires: No interruption
ModelEnforcement-
Model-specific information for the enforced guardrail configuration.
Required: No
Type: ModelEnforcement
Update requires: No interruption
SelectiveContentGuarding-
Selective content guarding controls for enforced guardrails.
Required: No
Type: SelectiveContentGuarding
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ConfigIdProperty description not available.
CreatedAtProperty description not available.
CreatedByProperty description not available.
GuardrailArnProperty description not available.
GuardrailIdProperty description not available.
OwnerProperty description not available.
UpdatedAtProperty description not available.
UpdatedByProperty description not available.