interface FlowAliasRoutingConfigurationListItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnFlowAliasPropsMixin_FlowAliasRoutingConfigurationListItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnFlowAliasPropsMixin » FlowAliasRoutingConfigurationListItemProperty |
Contains information about a version that the alias maps to.
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 flowAliasRoutingConfigurationListItemProperty: bedrock.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty = {
flowVersion: 'flowVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| flow | string | The version that the alias maps to. |
flowVersion?
Type:
string
(optional)
The version that the alias maps to.

.NET
Go
Java
Python
TypeScript