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 |
---|---|---|
hours_of_operation_arn | string | The Amazon Resource Name (ARN) for the hours of operation. |
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