Lake Args
data class LakeArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val lakeId: Output<String>? = null, val location: Output<String>? = null, val metastore: Output<GoogleCloudDataplexV1LakeMetastoreArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<LakeArgs>
Creates a lake resource. Auto-naming is currently not supported for this resource.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.