interface GuardrailReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.GuardrailReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#GuardrailReference |
![]() | software.amazon.awscdk.services.bedrock.GuardrailReference |
![]() | aws_cdk.aws_bedrock.GuardrailReference |
![]() | aws-cdk-lib » aws_bedrock » GuardrailReference |
A reference to a Guardrail resource.
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 guardrailReference: bedrock.GuardrailReference = {
guardrailArn: 'guardrailArn',
};
Properties
Name | Type | Description |
---|---|---|
guardrail | string | The GuardrailArn of the Guardrail resource. |
guardrailArn
Type:
string
The GuardrailArn of the Guardrail resource.