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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowVersion
The version that the alias maps to.- See Also:
-
builder
@Stability(Stable) static CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty.Builder builder()
-