HoursOfOperationArgs

data class HoursOfOperationArgs(val config: Output<List<HoursOfOperationConfigArgs>>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<HoursOfOperationArgs>

Resource Type definition for AWS::Connect::HoursOfOperation

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(config: Output<List<HoursOfOperationConfigArgs>>? = null, description: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
val config: Output<List<HoursOfOperationConfigArgs>>? = null

Configuration information for the hours of operation: day, start time, and end time.

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

The description of the hours of operation.

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 hours of operation.

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

One or more tags.

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

The time zone of the hours of operation.

Functions

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