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
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; }