Class CfnFlowVersionPropsMixin.GuardrailConfigurationProperty
Configuration information for a guardrail that you use with the Converse operation.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFlowVersionPropsMixin.GuardrailConfigurationProperty : CfnFlowVersionPropsMixin.IGuardrailConfigurationProperty
Syntax (vb)
Public Class CfnFlowVersionPropsMixin.GuardrailConfigurationProperty Implements CfnFlowVersionPropsMixin.IGuardrailConfigurationProperty
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.Mixins.Preview.AWS.Bedrock.Mixins;
var guardrailConfigurationProperty = new GuardrailConfigurationProperty {
GuardrailIdentifier = "guardrailIdentifier",
GuardrailVersion = "guardrailVersion"
};
Synopsis
Constructors
| GuardrailConfigurationProperty() | Configuration information for a guardrail that you use with the Converse operation. |
Properties
| GuardrailIdentifier | The identifier for the guardrail. |
| GuardrailVersion | The version of the guardrail. |
Constructors
GuardrailConfigurationProperty()
Configuration information for a guardrail that you use with the Converse operation.
public GuardrailConfigurationProperty()
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.Mixins.Preview.AWS.Bedrock.Mixins;
var guardrailConfigurationProperty = new GuardrailConfigurationProperty {
GuardrailIdentifier = "guardrailIdentifier",
GuardrailVersion = "guardrailVersion"
};
Properties
GuardrailIdentifier
The identifier for the guardrail.
public string? GuardrailIdentifier { get; set; }
Property Value
Remarks
GuardrailVersion
The version of the guardrail.
public string? GuardrailVersion { get; set; }