Environment Args
data class EnvironmentArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val environmentId: Output<String>? = null, val infrastructureSpec: Output<GoogleCloudDataplexV1EnvironmentInfrastructureSpecArgs>? = null, val labels: Output<Map<String, String>>? = null, val lakeId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val sessionSpec: Output<GoogleCloudDataplexV1EnvironmentSessionSpecArgs>? = null) : ConvertibleToJava<EnvironmentArgs>
Create an environment resource. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun EnvironmentArgs(description: Output<String>? = null, displayName: Output<String>? = null, environmentId: Output<String>? = null, infrastructureSpec: Output<GoogleCloudDataplexV1EnvironmentInfrastructureSpecArgs>? = null, labels: Output<Map<String, String>>? = null, lakeId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, sessionSpec: Output<GoogleCloudDataplexV1EnvironmentSessionSpecArgs>? = null)