interface CfnGuardrailVersionProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnGuardrailVersionProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnGuardrailVersionProps |
Java | software.amazon.awscdk.services.bedrock.CfnGuardrailVersionProps |
Python | aws_cdk.aws_bedrock.CfnGuardrailVersionProps |
TypeScript | aws-cdk-lib » aws_bedrock » CfnGuardrailVersionProps |
Properties for defining a CfnGuardrailVersion
.
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-lib';
const cfnGuardrailVersionProps: bedrock.CfnGuardrailVersionProps = {
guardrailIdentifier: 'guardrailIdentifier',
// the properties below are optional
description: 'description',
};
Properties
Name | Type | Description |
---|---|---|
guardrail | string | The unique identifier of the guardrail. |
description? | string | A description of the guardrail version. |
guardrailIdentifier
Type:
string
The unique identifier of the guardrail.
This can be an ID or the ARN.
description?
Type:
string
(optional)
A description of the guardrail version.