interface GuardrailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnFlowPropsMixin.GuardrailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnFlowPropsMixin_GuardrailConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.GuardrailConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnFlowPropsMixin.GuardrailConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnFlowPropsMixin » GuardrailConfigurationProperty |
Configuration information for a guardrail that you use with the Converse operation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const guardrailConfigurationProperty: bedrock.CfnFlowPropsMixin.GuardrailConfigurationProperty = {
guardrailIdentifier: 'guardrailIdentifier',
guardrailVersion: 'guardrailVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| guardrail | string | The identifier for the guardrail. |
| guardrail | string | The version of the guardrail. |
guardrailIdentifier?
Type:
string
(optional)
The identifier for the guardrail.
guardrailVersion?
Type:
string
(optional)
The version of the guardrail.

.NET
Go
Java
Python
TypeScript