ConnectionArgs

data class ConnectionArgs(val awsLocation: Output<ConnectionAwsLocationArgs>? = null, val description: Output<String>? = null, val domainIdentifier: Output<String>? = null, val environmentIdentifier: Output<String>? = null, val name: Output<String>? = null, val props: Output<Any>? = null) : ConvertibleToJava<ConnectionArgs>

Connections enables users to connect their DataZone resources (domains, projects, and environments) to external resources/services (data, compute, etc)

Constructors

Link copied to clipboard
constructor(awsLocation: Output<ConnectionAwsLocationArgs>? = null, description: Output<String>? = null, domainIdentifier: Output<String>? = null, environmentIdentifier: Output<String>? = null, name: Output<String>? = null, props: Output<Any>? = null)

Properties

Link copied to clipboard

The location where the connection is created.

Link copied to clipboard
val description: Output<String>? = null

The description of the connection.

Link copied to clipboard
val domainIdentifier: Output<String>? = null

The identifier of the domain in which the connection is created.

Link copied to clipboard
val environmentIdentifier: Output<String>? = null

The identifier of the environment in which the connection is created.

Link copied to clipboard
val name: Output<String>? = null

The name of the connection.

Link copied to clipboard
val props: Output<Any>? = null

Connection props.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionArgs