interface EnforcedGuardrailConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Bedrock.EnforcedGuardrailConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbedrock#EnforcedGuardrailConfigurationReference |
Java | software.amazon.awscdk.interfaces.bedrock.EnforcedGuardrailConfigurationReference |
Python | aws_cdk.interfaces.aws_bedrock.EnforcedGuardrailConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_bedrock » EnforcedGuardrailConfigurationReference |
A reference to a EnforcedGuardrailConfiguration 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 enforcedGuardrailConfigurationReference: interfaces_bedrock.EnforcedGuardrailConfigurationReference = {
configId: 'configId',
};
Properties
| Name | Type | Description |
|---|---|---|
| config | string | The ConfigId of the EnforcedGuardrailConfiguration resource. |
configId
Type:
string
The ConfigId of the EnforcedGuardrailConfiguration resource.

.NET
Go
Java
Python
TypeScript