FlowVersionArgs

data class FlowVersionArgs(val description: Output<String>? = null, val flowArn: Output<String>? = null) : ConvertibleToJava<FlowVersionArgs>

Definition of AWS::Bedrock::FlowVersion Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, flowArn: Output<String>? = null)

Properties

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

Description of the flow version

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

Arn representation of the Flow

Functions

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