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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The version of the agent with which the alias is associated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentVersion
The version of the agent with which the alias is associated.- See Also:
-
builder
@Stability(Stable) static CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty.Builder builder()
-