GetContactFlowModuleResult

data class GetContactFlowModuleResult(val arn: String, val contactFlowModuleId: String, val content: String, val description: String, val id: String, val instanceId: String, val name: String, val state: String, val status: String, val tags: Map<String, String>)

A collection of values returned by getContactFlowModule.

Constructors

Link copied to clipboard
constructor(arn: String, contactFlowModuleId: String, content: String, description: String, id: String, instanceId: String, name: String, state: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Contact Flow Module.

Link copied to clipboard
Link copied to clipboard

Logic of the Contact Flow Module.

Link copied to clipboard

Description of the Contact Flow Module.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Type of Contact Flow Module Module. Values are either ACTIVE or ARCHIVED.

Link copied to clipboard

Status of the Contact Flow Module Module. Values are either PUBLISHED or SAVED.

Link copied to clipboard

Map of tags to assign to the Contact Flow Module.