Skip to main content

hours_of_operation

Gets an individual hours_of_operation resource

Overview

Namehours_of_operation
TypeResource
Descriptionhours_of_operation
Idawscc.connect.hours_of_operation

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
namestringThe name of the hours of operation.
descriptionstringThe description of the hours of operation.
time_zonestringThe time zone of the hours of operation.
configarrayConfiguration information for the hours of operation: day, start time, and end time.
hours_of_operation_arnstringThe Amazon Resource Name (ARN) for the hours of operation.
tagsarrayOne or more tags.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
name,
description,
time_zone,
config,
hours_of_operation_arn,
tags
FROM awscc.connect.hours_of_operation
WHERE data__Identifier = '<HoursOfOperationArn>';

Permissions

To operate on the hours_of_operation resource, the following permissions are required:

Read

connect:DescribeHoursOfOperation

Delete

connect:DeleteHoursOfOperation,
connect:UntagResource

Update

connect:UpdateHoursOfOperation,
connect:TagResource,
connect:UntagResource