hours_of_operations_list_only
Lists hours_of_operations
in a region or regions, for all properties use hours_of_operations
Overview
Name | hours_of_operations_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::HoursOfOperation |
Id | aws.connect.hours_of_operations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the hours of operation. |
description | string | The description of the hours of operation. |
time_zone | string | The time zone of the hours of operation. |
config | array | Configuration information for the hours of operation: day, start time, and end time. |
hours_of_operation_arn | string | The Amazon Resource Name (ARN) for the hours of operation. |
tags | array | One or more tags. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all hours_of_operations
in a region.
SELECT
region,
hours_of_operation_arn
FROM aws.connect.hours_of_operations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hours_of_operations_list_only
resource, see hours_of_operations