View source: R/datazone_operations.R
datazone_update_connection | R Documentation |
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.
datazone_update_connection(
awsLocation = NULL,
description = NULL,
domainIdentifier,
identifier,
props = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.