interface FlowAliasRoutingConfigurationListItemProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlowAlias_FlowAliasRoutingConfigurationListItemProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty |
Python | aws_cdk.aws_bedrock.CfnFlowAlias.FlowAliasRoutingConfigurationListItemProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlowAlias » 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-lib';
const flowAliasRoutingConfigurationListItemProperty: bedrock.CfnFlowAlias.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.