View source: R/connect_operations.R
connect_create_hours_of_operation_override | R Documentation |
Creates an hours of operation override in an Amazon Connect hours of operation resource
See https://www.paws-r-sdk.com/docs/connect_create_hours_of_operation_override/ for full documentation.
connect_create_hours_of_operation_override(
InstanceId,
HoursOfOperationId,
Name,
Description = NULL,
Config,
EffectiveFrom,
EffectiveTill
)
InstanceId |
[required] The identifier of the Amazon Connect instance. |
HoursOfOperationId |
[required] The identifier for the hours of operation |
Name |
[required] The name of the hours of operation override. |
Description |
The description of the hours of operation override. |
Config |
[required] Configuration information for the hours of operation override: day, start time, and end time. |
EffectiveFrom |
[required] The date from when the hours of operation override would be effective. |
EffectiveTill |
[required] The date until 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.