ContactFlowModuleArgs

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

Resource Type definition for AWS::Connect::ContactFlowModule.

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<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The content of the contact flow module in JSON format.

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

The description of the contact flow module.

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 module.

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

The state of the contact flow module.

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

One or more tags.

Functions

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