FlowAliasArgs

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

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, flowArn: Output<String>? = null, name: Output<String>? = null, routingConfiguration: Output<List<FlowAliasRoutingConfigurationListItemArgs>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the Resource.

Link copied to clipboard
val flowArn: Output<String>? = null

Arn representation of the Flow

Link copied to clipboard
val name: Output<String>? = null

Name for a resource.

Link copied to clipboard

Routing configuration for a Flow alias.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Functions

Link copied to clipboard
open override fun toJava(): FlowAliasArgs