AWS::Bedrock::EnforcedGuardrailConfigurationDefinition of AWS::Bedrock::EnforcedGuardrailConfiguration Resource Type.
import { CfnEnforcedGuardrailConfiguration } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnEnforcedGuardrailConfigurationConfiguration passed to the constructor as CfnEnforcedGuardrailConfigurationProps.
guardrailIdentifierRequiredstringIdentifier for the guardrail, could be the ID or the ARN.
guardrailVersionRequiredstringNumerical guardrail version (not DRAFT).
modelEnforcementOptionalIResolvable | ModelEnforcementPropertyModel-specific information for the enforced guardrail configuration. If not present, the configuration is enforced on all models
selectiveContentGuardingOptionalIResolvable | SelectiveContentGuardingPropertySelective content guarding controls for enforced guardrails.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::EnforcedGuardrailConfiguration