connect_update_view_metadata: Updates the view metadata

View source: R/connect_operations.R

connect_update_view_metadataR Documentation

Updates the view metadata

Description

Updates the view metadata. Note that either Name or Description must be provided.

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

Usage

connect_update_view_metadata(
  InstanceId,
  ViewId,
  Name = NULL,
  Description = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

ViewId

[required] The identifier of the view. Both ViewArn and ViewId can be used.

Name

The name of the view.

Description

The description of the view.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.