Class CfnGuardrailVersionProps
Properties for defining a CfnGuardrailVersion.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGuardrailVersionProps : ICfnGuardrailVersionProps
Syntax (vb)
Public Class CfnGuardrailVersionProps Implements ICfnGuardrailVersionProps
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.AWS.Bedrock;
var cfnGuardrailVersionProps = new CfnGuardrailVersionProps {
GuardrailIdentifier = "guardrailIdentifier",
// the properties below are optional
Description = "description"
};
Synopsis
Constructors
| CfnGuardrailVersionProps() | Properties for defining a |
Properties
| Description | A description of the guardrail version. |
| GuardrailIdentifier | The unique identifier of the guardrail. |
Constructors
CfnGuardrailVersionProps()
Properties for defining a CfnGuardrailVersion.
public CfnGuardrailVersionProps()
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.AWS.Bedrock;
var cfnGuardrailVersionProps = new CfnGuardrailVersionProps {
GuardrailIdentifier = "guardrailIdentifier",
// the properties below are optional
Description = "description"
};
Properties
Description
A description of the guardrail version.
public string? Description { get; set; }
Property Value
Remarks
GuardrailIdentifier
The unique identifier of the guardrail.
public string GuardrailIdentifier { get; set; }