Interface IGuardrailVersionReference
A reference to a GuardrailVersion resource.
Namespace: Amazon.CDK.Interfaces.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGuardrailVersionReference
Syntax (vb)
Public Interface IGuardrailVersionReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Bedrock;
var guardrailVersionReference = new GuardrailVersionReference {
GuardrailId = "guardrailId",
Version = "version"
};
Synopsis
Properties
| GuardrailId | The GuardrailId of the GuardrailVersion resource. |
| Version | The Version of the GuardrailVersion resource. |
Properties
GuardrailId
The GuardrailId of the GuardrailVersion resource.
string GuardrailId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Version
The Version of the GuardrailVersion resource.
string Version { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated