Lake

class Lake : KotlinCustomResource

Creates a lake resource. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Aggregated status of the underlying assets of the lake.

Link copied to clipboard
val createTime: Output<String>

The time when the lake was created.

Link copied to clipboard
val description: Output<String>

Optional. Description of the lake.

Link copied to clipboard
val displayName: Output<String>

Optional. User friendly display name.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User-defined labels for the lake.

Link copied to clipboard
val lakeId: Output<String>

Required. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must end with a number or a letter. * Must be between 1-63 characters. * Must be unique within the customer project / location.

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

Optional. Settings to manage lake and Dataproc Metastore service instance association.

Link copied to clipboard

Metastore status of the lake.

Link copied to clipboard
val name: Output<String>

The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_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 serviceAccount: Output<String>

Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.

Link copied to clipboard
val state: Output<String>

Current state of the lake.

Link copied to clipboard
val uid: Output<String>

System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.

Link copied to clipboard
val updateTime: Output<String>

The time when the lake was last updated.

Link copied to clipboard
val urn: Output<String>