interface FlowAliasRoutingConfigurationListItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnFlowAliasPropsMixin_FlowAliasRoutingConfigurationListItemProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const flowAliasRoutingConfigurationListItemProperty: bedrock_mixins.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