interface CfnGuardrailVersionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnGuardrailVersionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnGuardrailVersionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnGuardrailVersionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnGuardrailVersionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » 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 { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const cfnGuardrailVersionMixinProps: bedrock.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