class Aws::Connect::Types::UpdateRoutingProfileQueuesRequest
@note When making an API call, you may pass UpdateRoutingProfileQueuesRequest
data as a hash: { instance_id: "InstanceId", # required routing_profile_id: "RoutingProfileId", # required queue_configs: [ # required { queue_reference: { # required queue_id: "QueueId", # required channel: "VOICE", # required, accepts VOICE, CHAT, TASK }, priority: 1, # required delay: 1, # required }, ], }
@!attribute [rw] instance_id
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @return [String]
@!attribute [rw] routing_profile_id
The identifier of the routing profile. @return [String]
@!attribute [rw] queue_configs
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues. @return [Array<Types::RoutingProfileQueueConfig>]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateRoutingProfileQueuesRequest AWS API Documentation
Constants
- SENSITIVE