hours_of_operations
Retrieves a list of hours_of_operations
in a region
Overview
Name | hours_of_operations |
Type | Resource |
Description | hours_of_operations |
Id | awscc.connect.hours_of_operations |
Fields
Name | Datatype | Description |
---|---|---|
hours_of_operation_arn | string | The Amazon Resource Name (ARN) for the hours of operation. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
hours_of_operation_arn
FROM awscc.connect.hours_of_operations
WHERE region = 'us-east-1'
Permissions
To operate on the hours_of_operations
resource, the following permissions are required:
Create
connect:CreateHoursOfOperation,
connect:TagResource
List
connect:ListHoursOfOperations