datazone_update_connection {paws.analytics} | R Documentation |
Updates a connection
Description
Updates a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.
See https://www.paws-r-sdk.com/docs/datazone_update_connection/ for full documentation.
Usage
datazone_update_connection(
awsLocation = NULL,
description = NULL,
domainIdentifier,
identifier,
props = NULL
)
Arguments
awsLocation |
The location where a connection is to be updated. |
description |
The description of a connection. |
domainIdentifier |
[required] The ID of the domain where a connection is to be updated. |
identifier |
[required] The ID of the connection to be updated. |
props |
The connection props. |
[Package paws.analytics version 0.9.0 Index]