Connection

class Connection : KotlinCustomResource

Creates a new connection.

Properties

Link copied to clipboard

Cloud SQL properties.

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

Optional. Connection id that should be assigned to the created connection.

Link copied to clipboard
val creationTime: Output<String>

The creation timestamp of the connection.

Link copied to clipboard
val description: Output<String>

User provided description.

Link copied to clipboard
val friendlyName: Output<String>

User provided display name for the connection.

Link copied to clipboard
val hasCredential: Output<Boolean>

True, if credential is configured for this connection.

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

The last update timestamp of the connection.

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

The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}

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