View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentSessionSpec (google_api_dataplex v0.15.0)

Configuration for sessions created for this environment.

Attributes

  • enableFastStartup (type: boolean(), default: nil) - 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.
  • maxIdleDuration (type: String.t, default: nil) - Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentSessionSpec{
  enableFastStartup: boolean() | nil,
  maxIdleDuration: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.