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.
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.