Connection

class Connection : KotlinCustomResource

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
val connectionId: Output<String>

The ID of the connection.

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

The description of the connection.

Link copied to clipboard
val domainId: Output<String>

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

Link copied to clipboard

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

Link copied to clipboard
val domainUnitId: Output<String>

The ID of the domain unit in which the connection is created.

Link copied to clipboard
val environmentId: Output<String>

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

Link copied to clipboard

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

Link copied to clipboard

The role of the user in the environment.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the connection.

Link copied to clipboard
val projectId: Output<String>

The ID of the project in which the connection is created.

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

Connection props.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

The type of the connection.

Link copied to clipboard
val urn: Output<String>