interface CfnAIGuardrailVersionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnAIGuardrailVersionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnAIGuardrailVersionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIGuardrailVersionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnAIGuardrailVersionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnAIGuardrailVersionMixinProps |
Properties for CfnAIGuardrailVersionPropsMixin.
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 cfnAIGuardrailVersionMixinProps: wisdom.CfnAIGuardrailVersionMixinProps = {
aiGuardrailId: 'aiGuardrailId',
assistantId: 'assistantId',
modifiedTimeSeconds: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| ai | string | The ID of the AI guardrail version. |
| assistant | string | The ID of the AI guardrail version assistant. |
| modified | number | The modified time of the AI guardrail version in seconds. |
aiGuardrailId?
Type:
string
(optional)
The ID of the AI guardrail version.
assistantId?
Type:
string
(optional)
The ID of the AI guardrail version assistant.
modifiedTimeSeconds?
Type:
number
(optional)
The modified time of the AI guardrail version in seconds.

.NET
Go
Java
Python
TypeScript