connect_update_routing_profile_name: Updates the name and description of a routing profile

View source: R/connect_operations.R

connect_update_routing_profile_nameR Documentation

Updates the name and description of a routing profile

Description

Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.

See https://www.paws-r-sdk.com/docs/connect_update_routing_profile_name/ for full documentation.

Usage

connect_update_routing_profile_name(
  InstanceId,
  RoutingProfileId,
  Name = NULL,
  Description = NULL
)

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.

RoutingProfileId

[required] The identifier of the routing profile.

Name

The name of the routing profile. Must not be more than 127 characters.

Description

The description of the routing profile. Must not be more than 250 characters.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.