GetContactFlowResult

data class GetContactFlowResult(val arn: String, val contactFlowId: String, val content: String, val description: String, val id: String, val instanceId: String, val name: String, val tags: Map<String, String>, val type: String? = null)

A collection of values returned by getContactFlow.

Constructors

Link copied to clipboard
constructor(arn: String, contactFlowId: String, content: String, description: String, id: String, instanceId: String, name: String, tags: Map<String, String>, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Contact Flow.

Link copied to clipboard
Link copied to clipboard

Logic of the Contact Flow.

Link copied to clipboard

Description of the Contact Flow.

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

Tags to assign to the Contact Flow.

Link copied to clipboard
val type: String? = null

Type of Contact Flow.