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(
configurations = NULL,
domainIdentifier,
identifier,
description = NULL,
awsLocation = NULL,
props = NULL
)Arguments
- configurations
The configurations of the 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.
- description
The description of a connection.
- awsLocation
The location where a connection is to be updated.
- props
The connection props.