interface AgentAliasRoutingConfigurationListItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnAgentAlias_AgentAliasRoutingConfigurationListItemProperty |
Java | software.amazon.awscdk.services.bedrock.CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty |
Python | aws_cdk.aws_bedrock.CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnAgentAlias » AgentAliasRoutingConfigurationListItemProperty |
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 { aws_bedrock as bedrock } from 'aws-cdk-lib';
const agentAliasRoutingConfigurationListItemProperty: bedrock.CfnAgentAlias.AgentAliasRoutingConfigurationListItemProperty = {
agentVersion: 'agentVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| agent | string | The version of the agent with which the alias is associated. |
agentVersion
Type:
string
The version of the agent with which the alias is associated.

.NET
Go
Java
Python
TypeScript