interface BedrockGuardrailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.BedrockGuardrailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_BedrockGuardrailConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.BedrockGuardrailConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.BedrockGuardrailConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » 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/cfn-property-mixins';
const bedrockGuardrailConfigurationProperty: lex.CfnBotPropsMixin.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