Connection Args
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)
Properties
Link copied to clipboard
The location where the connection is created.
Link copied to clipboard
The description of the connection.
Link copied to clipboard
The identifier of the domain in which the connection is created.
Link copied to clipboard
The identifier of the environment in which the connection is created.