v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Creates a new connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

post/v2/domains/{domainIdentifier}/connections

Path parameters

domainIdentifierstring required

The ID of the domain where the connection is created.

Request body

clientTokenstring

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

descriptionstring password

A connection description.

environmentIdentifierstring

The ID of the environment where the connection is created.

namestring required

The connection name.

enableTrustedIdentityPropagationboolean

Specifies whether the trusted identity propagation is enabled.

scope'DOMAIN' | 'PROJECT'

The scope of the connection.

Response

Success

connectionIdstring required

The ID of the connection.

descriptionstring password

The connection description.

domainIdstring required

The ID of the domain where the connection is created.

domainUnitIdstring required

The ID of the domain unit where the connection is created.

environmentIdstring

The ID of the environment where the connection is created.

namestring required

The connection name.

projectIdstring

The ID of the project where the connection is created.

type'ATHENA' | 'BIGQUERY' | 'DATABRICKS' | 'DOCUMENTDB' | 'DYNAMODB' | 'HYPERPOD' | 'IAM' | 'MYSQL' | 'OPENSEARCH' | 'ORACLE' | 'POSTGRESQL' | 'REDSHIFT' | 'S3' | 'SAPHANA' | 'SNOWFLAKE' | 'SPARK' | 'SQLSERVER' | 'TERADATA' | 'VERTICA' | 'WORKFLOWS_MWAA' | 'AMAZON_Q' | 'MLFLOW' | 'VPC' required

The connection type.

scope'DOMAIN' | 'PROJECT'

The scope of the connection.