Skip to content

Associate Hours Of Operations

connect_associate_hours_of_operations R Documentation

Associates a set of hours of operations with another hours of operation

Description

Associates a set of hours of operations with another hours of operation. Refer to Administrator Guide here for more information on inheriting overrides from parent hours of operation(s).

Usage

connect_associate_hours_of_operations(InstanceId, HoursOfOperationId,
  ParentHoursOfOperationConfigs)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

HoursOfOperationId

[required] The identifier of the child hours of operation.

ParentHoursOfOperationConfigs

[required] The Amazon Resource Names (ARNs) of the parent hours of operation resources to associate with the child hours of operation resource.

Value

An empty list.

Request syntax

svc$associate_hours_of_operations(
  InstanceId = "string",
  HoursOfOperationId = "string",
  ParentHoursOfOperationConfigs = list(
    list(
      HoursOfOperationId = "string"
    )
  )
)