Interface CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty.Jsii$Proxy
Enclosing class:
CfnFlowAlias

@Stability(Stable) public static interface CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a version that the alias maps to.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 FlowAliasRoutingConfigurationListItemProperty flowAliasRoutingConfigurationListItemProperty = FlowAliasRoutingConfigurationListItemProperty.builder()
         .flowVersion("flowVersion")
         .build();
 

See Also: