GetTrafficDistributionGroupResult

data class GetTrafficDistributionGroupResult(val instanceArn: String? = null, val isDefault: Boolean? = null, val status: TrafficDistributionGroupStatus? = null, val tags: List<Tag>? = null, val trafficDistributionGroupArn: String? = null)

Constructors

Link copied to clipboard
constructor(instanceArn: String? = null, isDefault: Boolean? = null, status: TrafficDistributionGroupStatus? = null, tags: List<Tag>? = null, trafficDistributionGroupArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance that has been replicated.

Link copied to clipboard
val isDefault: Boolean? = null

If this is the default traffic distribution group.

Link copied to clipboard

The status of the traffic distribution group.

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

One or more tags.

Link copied to clipboard

The identifier of the traffic distribution group.