interface GuardrailContentFilterConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnAIGuardrailPropsMixin_GuardrailContentFilterConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnAIGuardrailPropsMixin » GuardrailContentFilterConfigProperty |
Content filter configuration in content policy.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from '@aws-cdk/cfn-property-mixins';
const guardrailContentFilterConfigProperty: wisdom.CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty = {
inputStrength: 'inputStrength',
outputStrength: 'outputStrength',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| input | string | The strength of the input for the guardrail content filter. |
| output | string | The output strength of the guardrail content filter. |
| type? | string | The type of the guardrail content filter. |
inputStrength?
Type:
string
(optional)
The strength of the input for the guardrail content filter.
outputStrength?
Type:
string
(optional)
The output strength of the guardrail content filter.
type?
Type:
string
(optional)
The type of the guardrail content filter.

.NET
Go
Java
Python
TypeScript