Flow Alias Args
data class FlowAliasArgs(val description: Output<String>? = null, val flowArn: Output<String>? = null, val name: Output<String>? = null, val routingConfiguration: Output<List<FlowAliasRoutingConfigurationListItemArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FlowAliasArgs>
Definition of AWS::Bedrock::FlowAlias Resource Type