interface AgentAliasRoutingConfigurationListItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnAgentAliasPropsMixin_AgentAliasRoutingConfigurationListItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » 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 { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const agentAliasRoutingConfigurationListItemProperty: bedrock.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