Google Cloud Dataplex V1Environment Session Spec Response
data class GoogleCloudDataplexV1EnvironmentSessionSpecResponse(val enableFastStartup: Boolean, val maxIdleDuration: String)
Configuration for sessions created for this environment.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1EnvironmentSessionSpecResponse(enableFastStartup: Boolean, maxIdleDuration: String)
Types
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.