AgentStatusArgs

data class AgentStatusArgs(val description: Output<String>? = null, val displayOrder: Output<Int>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val resetOrderNumber: Output<Boolean>? = null, val state: Output<AgentStatusState>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<AgentStatusType>? = null) : ConvertibleToJava<AgentStatusArgs>

Resource Type definition for AWS::Connect::AgentStatus

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, displayOrder: Output<Int>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, resetOrderNumber: Output<Boolean>? = null, state: Output<AgentStatusState>? = null, tags: Output<List<TagArgs>>? = null, type: Output<AgentStatusType>? = null)

Properties

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

The description of the status.

Link copied to clipboard
val displayOrder: Output<Int>? = null

The display order of the status.

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

The identifier of the Amazon Connect instance.

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

The name of the status.

Link copied to clipboard
val resetOrderNumber: Output<Boolean>? = null

A number indicating the reset order of the agent status.

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

The state of the status.

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

An array of key-value pairs to apply to this resource.

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

The type of agent status.

Functions

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