Show / Hide Table of Contents

Class CfnFlowVersionPropsMixin.GuardrailConfigurationProperty

Configuration information for a guardrail that you use with the Converse operation.

Inheritance
object
CfnFlowVersionPropsMixin.GuardrailConfigurationProperty
Implements
CfnFlowVersionPropsMixin.IGuardrailConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-guardrailconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-guardrailconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-guardrailconfiguration.html#cfn-bedrock-flowversion-guardrailconfiguration-guardrailidentifier

GuardrailVersion

The version of the guardrail.

public string? GuardrailVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-guardrailconfiguration.html#cfn-bedrock-flowversion-guardrailconfiguration-guardrailversion

Implements

CfnFlowVersionPropsMixin.IGuardrailConfigurationProperty
Back to top Generated by DocFX