connect_describe_view {paws.customer.engagement} | R Documentation |
Retrieves the view for the specified Amazon Connect instance and view identifier
Description
Retrieves the view for the specified Amazon Connect instance and view identifier.
See https://www.paws-r-sdk.com/docs/connect_describe_view/ for full documentation.
Usage
connect_describe_view(InstanceId, ViewId)
Arguments
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. |
ViewId |
[required] The ViewId of the view. This must be an ARN for Amazon Web Services managed views. |
[Package paws.customer.engagement version 0.9.0 Index]