interface GuardrailReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Bedrock.GuardrailReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrock#GuardrailReference |
Java | software.amazon.awscdk.interfaces.bedrock.GuardrailReference |
Python | aws_cdk.interfaces.aws_bedrock.GuardrailReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_bedrock } from 'aws-cdk-lib/interfaces';
const guardrailReference: interfaces_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.

.NET
Go
Java
Python
TypeScript