ContactFlowVersionArgs

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

Resource Type Definition for ContactFlowVersion

Constructors

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

Properties

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

The ARN of the contact flow this version is tied to.

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

The description of the version.

Functions

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