hours_of_operation
Gets an individual hours_of_operation
resource
Overview
Name | hours_of_operation |
Type | Resource |
Description | hours_of_operation |
Id | awscc.connect.hours_of_operation |
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. |
tags | array | One or more tags. |
region | string | AWS 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