ContactFlowArgs

data class ContactFlowArgs(val content: Output<String>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val state: Output<ContactFlowState>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<ContactFlowType>? = null) : ConvertibleToJava<ContactFlowArgs>

Resource Type definition for AWS::Connect::ContactFlow

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, description: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, state: Output<ContactFlowState>? = null, tags: Output<List<TagArgs>>? = null, type: Output<ContactFlowType>? = null)

Properties

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

The content of the contact flow in JSON format.

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

The description of the contact flow.

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

The identifier of the Amazon Connect instance (ARN).

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

The name of the contact flow.

Link copied to clipboard
val state: Output<ContactFlowState>? = null

The state of the contact flow.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

One or more tags.

Link copied to clipboard
val type: Output<ContactFlowType>? = null

The type of the contact flow.

Functions

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