hours_of_operation_tags
Expands all tag keys and values for hours_of_operations
in a region
Overview
Name | hours_of_operation_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::HoursOfOperation |
Id | aws.connect.hours_of_operation_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the hours of operation. |
description | string | The description of the hours of operation. |
time_zone | string | The time zone of the hours of operation. |
config | array | Configuration information for the hours of operation: day, start time, and end time. |
hours_of_operation_arn | string | The Amazon Resource Name (ARN) for the hours of operation. |
hours_of_operation_overrides | array | One or more hours of operation overrides assigned to an hour of operation. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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