datazone_create_connection {paws.analytics} | R Documentation |
Creates a new connection
Description
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.
Usage
datazone_create_connection(
awsLocation = NULL,
clientToken = NULL,
description = NULL,
domainIdentifier,
environmentIdentifier,
name,
props = NULL
)
Arguments
awsLocation |
The location where the connection is created. |
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
description |
A connection description. |
domainIdentifier |
[required] The ID of the domain where the connection is created. |
environmentIdentifier |
[required] The ID of the environment where the connection is created. |
name |
[required] The connection name. |
props |
The connection props. |
[Package paws.analytics version 0.9.0 Index]