CreateEnvironmentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Create environment request.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id} .
|
environment_id |
str
Required. Environment identifier. - Must contain only lowercase letters, numbers and hyphens. - Must start with a letter. - Must be between 1-63 characters. - Must end with a number or a letter. - Must be unique within the lake. |
environment |
google.cloud.dataplex_v1.types.Environment
Required. Environment resource. |
validate_only |
bool
Optional. Only validate the request, but do not perform mutations. The default is false. |