interface CfnGuardrailVersionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnGuardrailVersionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnGuardrailVersionMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnGuardrailVersionMixinProps |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnGuardrailVersionMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnGuardrailVersionMixinProps |
Properties for CfnGuardrailVersionPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const cfnGuardrailVersionMixinProps: bedrock_mixins.CfnGuardrailVersionMixinProps = {
description: 'description',
guardrailIdentifier: 'guardrailIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | A description of the guardrail version. |
| guardrail | string | The unique identifier of the guardrail. |
description?
Type:
string
(optional)
A description of the guardrail version.
guardrailIdentifier?
Type:
string
(optional)
The unique identifier of the guardrail.
This can be an ID or the ARN.

.NET
Go
Java
Python
TypeScript