Learn R Programming

paws.customer.engagement (version 0.8.0)

connect_update_view_metadata: 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.