Creates a new 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_create_connection/ for full documentation.
datazone_create_connection(
awsLocation = NULL,
clientToken = NULL,
description = NULL,
domainIdentifier,
environmentIdentifier,
name,
props = NULL
)
The location where the connection is created.
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A connection description.
[required] The ID of the domain where the connection is created.
[required] The ID of the environment where the connection is created.
[required] The connection name.
The connection props.