Zone

class Zone : KotlinCustomResource

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

Properties

Link copied to clipboard

Aggregated status of the underlying assets of the zone.

Link copied to clipboard
val createTime: Output<String>

The time when the zone was created.

Link copied to clipboard
val description: Output<String>

Optional. Description of the zone.

Link copied to clipboard

Optional. Specification of the discovery feature applied to data in this zone.

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 zone.

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

The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_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

Specification of the resources that are referenced by the assets within this zone.

Link copied to clipboard
val state: Output<String>

Current state of the zone.

Link copied to clipboard
val type: Output<String>

Immutable. The type of the zone.

Link copied to clipboard
val uid: Output<String>

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

Link copied to clipboard
val updateTime: Output<String>

The time when the zone was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneId: Output<String>

Required. Zone 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 across all lakes from all locations in a project. * Must not be one of the reserved IDs (i.e. "default", "global-temp")