aws.connect.describe_hours_of_operation
Example SQL Queries
SELECT * FROMaws.connect.describe_hours_of_operationWHERE"instance_id" = 'VALUE'AND "hours_of_operation_id" = 'VALUE';Description
This API is in preview release for Amazon Connect and is subject to change.
Describes the hours of operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hours_of_operation_id Required Input Column The identifier for the hours of operation. | VARCHAR |
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| hours_of_operation The hours of operation. | STRUCT( |
Show child fields
| |