AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::EnforcedGuardrailConfiguration

CfnEnforcedGuardrailConfiguration

Definition of AWS::Bedrock::EnforcedGuardrailConfiguration Resource Type.

Import

import { CfnEnforcedGuardrailConfiguration } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnEnforcedGuardrailConfiguration

Properties

Configuration passed to the constructor as CfnEnforcedGuardrailConfigurationProps.

guardrailIdentifierRequired
string

Identifier for the guardrail, could be the ID or the ARN.

guardrailVersionRequired
string

Numerical guardrail version (not DRAFT).

modelEnforcementOptional
IResolvable | ModelEnforcementProperty

Model-specific information for the enforced guardrail configuration. If not present, the configuration is enforced on all models

selectiveContentGuardingOptional
IResolvable | SelectiveContentGuardingProperty

Selective content guarding controls for enforced guardrails.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter