GoogleCloudDataplexV1EnvironmentSessionSpecResponse

data class GoogleCloudDataplexV1EnvironmentSessionSpecResponse(val enableFastStartup: Boolean, val maxIdleDuration: String)

Configuration for sessions created for this environment.

Constructors

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.