View source: R/connect_operations.R
connect_update_hours_of_operation_override | R Documentation |
Update the hours of operation override.
See https://www.paws-r-sdk.com/docs/connect_update_hours_of_operation_override/ for full documentation.
connect_update_hours_of_operation_override(
InstanceId,
HoursOfOperationId,
HoursOfOperationOverrideId,
Name = NULL,
Description = NULL,
Config = NULL,
EffectiveFrom = NULL,
EffectiveTill = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. |
HoursOfOperationId |
[required] The identifier for the hours of operation. |
HoursOfOperationOverrideId |
[required] The identifier for the hours of operation override. |
Name |
The name of the hours of operation override. |
Description |
The description of the hours of operation override. |
Config |
Configuration information for the hours of operation override: day, start time, and end time. |
EffectiveFrom |
The date from when the hours of operation override would be effective. |
EffectiveTill |
The date till when the hours of operation override would be effective. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.