Instance

class Instance

The Amazon Connect instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the instance.

Link copied to clipboard

When the instance was created.

Link copied to clipboard
val id: String?

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Link copied to clipboard

The identity management type.

Link copied to clipboard

Whether inbound calls are enabled.

Link copied to clipboard

This URL allows contact center users to access the Amazon Connect admin website.

Link copied to clipboard

The alias of instance.

Link copied to clipboard

The state of the instance.

Link copied to clipboard

Whether outbound calls are enabled.

Link copied to clipboard

The service role of the instance.

Link copied to clipboard

Relevant details why the instance was not successfully created.

Link copied to clipboard

The tags of an instance.

Functions

Link copied to clipboard
inline fun copy(block: Instance.Builder.() -> Unit = {}): Instance
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String