Skip to main content

hours_of_operations

Retrieves a list of hours_of_operations in a region

Overview

Namehours_of_operations
TypeResource
Descriptionhours_of_operations
Idawscc.connect.hours_of_operations

Fields

NameDatatypeDescription
hours_of_operation_arnstringThe Amazon Resource Name (ARN) for the hours of operation.
regionstringAWS 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