Skip to main content

hours_of_operation_tags

Expands all tag keys and values for hours_of_operations in a region

Overview

Namehours_of_operation_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::HoursOfOperation
Idaws.connect.hours_of_operation_tags

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.
hours_of_operation_overridesarrayOne or more hours of operation overrides assigned to an hour of operation.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all hours_of_operations in a region.

SELECT
region,
instance_arn,
name,
description,
time_zone,
config,
hours_of_operation_arn,
hours_of_operation_overrides,
tag_key,
tag_value
FROM aws.connect.hours_of_operation_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the hours_of_operation_tags resource, see hours_of_operations