GetHoursOfOperationResult

data class GetHoursOfOperationResult(val arn: String, val configs: List<GetHoursOfOperationConfig>, val description: String, val hoursOfOperationArn: String, val hoursOfOperationId: String, val id: String, val instanceId: String, val name: String, val tags: Map<String, String>, val timeZone: String)

A collection of values returned by getHoursOfOperation.

Constructors

Link copied to clipboard
constructor(arn: String, configs: List<GetHoursOfOperationConfig>, description: String, hoursOfOperationArn: String, hoursOfOperationId: String, id: String, instanceId: String, name: String, tags: Map<String, String>, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Hours of Operation.

Link copied to clipboard

Configuration information for the hours of operation: day, start time, and end time . Config blocks are documented below. Config blocks are documented below.

Link copied to clipboard

Description of the Hours of Operation.

Link copied to clipboard

(Deprecated) ARN of the Hours of Operation.

Link copied to clipboard

The identifier for the hours of operation.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Identifier of the hosting Amazon Connect Instance.

Link copied to clipboard

Name of the Hours of Operation.

Link copied to clipboard

Map of tags to assign to the Hours of Operation.

Link copied to clipboard

Time zone of the Hours of Operation.