Hours Of Operation Args
data class HoursOfOperationArgs(val config: Output<List<HoursOfOperationConfigArgs>>? = null, val description: Output<String>? = null, val hoursOfOperationOverrides: Output<List<HoursOfOperationOverrideArgs>>? = 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, hoursOfOperationOverrides: Output<List<HoursOfOperationOverrideArgs>>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, timeZone: Output<String>? = null)
Properties
Link copied to clipboard
Configuration information for the hours of operation: day, start time, and end time.
Link copied to clipboard
The description of the hours of operation.
Link copied to clipboard
One or more hours of operation overrides assigned to an hour of operation.
Link copied to clipboard
The identifier of the Amazon Connect instance.