interface BedrockGuardrailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBot.BedrockGuardrailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_BedrockGuardrailConfigurationProperty |
Java | software.amazon.awscdk.services.lex.CfnBot.BedrockGuardrailConfigurationProperty |
Python | aws_cdk.aws_lex.CfnBot.BedrockGuardrailConfigurationProperty |
TypeScript | aws-cdk-lib » aws_lex » CfnBot » BedrockGuardrailConfigurationProperty |
The details on the Bedrock guardrail configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const bedrockGuardrailConfigurationProperty: lex.CfnBot.BedrockGuardrailConfigurationProperty = {
bedrockGuardrailIdentifier: 'bedrockGuardrailIdentifier',
bedrockGuardrailVersion: 'bedrockGuardrailVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| bedrock | string | |
| bedrock | string |
bedrockGuardrailIdentifier?
Type:
string
(optional)
bedrockGuardrailVersion?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript