Show / Hide Table of Contents

Interface CfnFlowAlias.IFlowAliasRoutingConfigurationListItemProperty

Contains information about a version that the alias maps to.

Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlowAlias.IFlowAliasRoutingConfigurationListItemProperty
Syntax (vb)
Public Interface CfnFlowAlias.IFlowAliasRoutingConfigurationListItemProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowalias-flowaliasroutingconfigurationlistitem.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.AWS.Bedrock;

             var flowAliasRoutingConfigurationListItemProperty = new FlowAliasRoutingConfigurationListItemProperty {
                 FlowVersion = "flowVersion"
             };

Synopsis

Properties

FlowVersion

The version that the alias maps to.

Properties

FlowVersion

The version that the alias maps to.

string? FlowVersion { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX