interface AgentAliasRoutingConfigurationListItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnAgentAliasPropsMixin_AgentAliasRoutingConfigurationListItemProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnAgentAliasPropsMixin » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const agentAliasRoutingConfigurationListItemProperty: bedrock_mixins.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty = {
agentVersion: 'agentVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| agent | string | The version of the agent with which the alias is associated. |
agentVersion?
Type:
string
(optional)
The version of the agent with which the alias is associated.

.NET
Go
Java
Python
TypeScript