Google Cloud Dataplex V1Environment Session Spec Args
data class GoogleCloudDataplexV1EnvironmentSessionSpecArgs(val enableFastStartup: Output<Boolean>? = null, val maxIdleDuration: Output<String>? = null) : ConvertibleToJava<GoogleCloudDataplexV1EnvironmentSessionSpecArgs>
Configuration for sessions created for this environment.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1EnvironmentSessionSpecArgs(enableFastStartup: Output<Boolean>? = null, maxIdleDuration: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to "default", and with default configuration.