Agent Status Args
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
The description of the status.
Link copied to clipboard
The display order of the status.
Link copied to clipboard
The identifier of the Amazon Connect instance.
Link copied to clipboard
A number indicating the reset order of the agent status.
Link copied to clipboard
The state of the status.
Link copied to clipboard
The type of agent status.