Interface CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty

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

@Stability(Stable) public static interface CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty extends software.amazon.jsii.JsiiSerializable
Contains details about the routing configuration of the alias.

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.*;
 AgentAliasRoutingConfigurationListItemProperty agentAliasRoutingConfigurationListItemProperty = AgentAliasRoutingConfigurationListItemProperty.builder()
         .agentVersion("agentVersion")
         .build();
 

See Also: