interface IGuardrailRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.IGuardrailRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#IGuardrailRef |
Java | software.amazon.awscdk.services.bedrock.IGuardrailRef |
Python | aws_cdk.aws_bedrock.IGuardrailRef |
TypeScript | aws-cdk-lib » aws_bedrock » IGuardrailRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Guardrail.
Properties
| Name | Type | Description |
|---|---|---|
| guardrail | Guardrail | A reference to a Guardrail resource. |
| node | Node | The tree node. |
guardrailRef
Type:
Guardrail
A reference to a Guardrail resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript