Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.dataproc/v1.getSession
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets the resource representation for an interactive session.
Using getSession
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSession(args: GetSessionArgs, opts?: InvokeOptions): Promise<GetSessionResult>
function getSessionOutput(args: GetSessionOutputArgs, opts?: InvokeOptions): Output<GetSessionResult>
def get_session(location: Optional[str] = None,
project: Optional[str] = None,
session_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSessionResult
def get_session_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
session_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSessionResult]
func LookupSession(ctx *Context, args *LookupSessionArgs, opts ...InvokeOption) (*LookupSessionResult, error)
func LookupSessionOutput(ctx *Context, args *LookupSessionOutputArgs, opts ...InvokeOption) LookupSessionResultOutput
> Note: This function is named LookupSession
in the Go SDK.
public static class GetSession
{
public static Task<GetSessionResult> InvokeAsync(GetSessionArgs args, InvokeOptions? opts = null)
public static Output<GetSessionResult> Invoke(GetSessionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSessionResult> getSession(GetSessionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:dataproc/v1:getSession
arguments:
# arguments dictionary
The following arguments are supported:
- location str
- session_
id str - project str
getSession Result
The following output properties are available:
- Create
Time string - The time when the session was created.
- Creator string
- The email address of the user who created the session.
- Environment
Config Pulumi.Google Native. Dataproc. V1. Outputs. Environment Config Response - Optional. Environment configuration for the session execution.
- Jupyter
Session Pulumi.Google Native. Dataproc. V1. Outputs. Jupyter Config Response - Optional. Jupyter session config.
- Labels Dictionary<string, string>
- Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
- Name string
- The resource name of the session.
- Runtime
Config Pulumi.Google Native. Dataproc. V1. Outputs. Runtime Config Response - Optional. Runtime configuration for the session execution.
- Runtime
Info Pulumi.Google Native. Dataproc. V1. Outputs. Runtime Info Response - Runtime information about session execution.
- Session
Template string - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.
- State string
- A state of the session.
- State
History List<Pulumi.Google Native. Dataproc. V1. Outputs. Session State History Response> - Historical state information for the session.
- State
Message string - Session state details, such as the failure description if the state is FAILED.
- State
Time string - The time when the session entered the current state.
- User string
- Optional. The email address of the user who owns the session.
- Uuid string
- A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
- Create
Time string - The time when the session was created.
- Creator string
- The email address of the user who created the session.
- Environment
Config EnvironmentConfig Response - Optional. Environment configuration for the session execution.
- Jupyter
Session JupyterConfig Response - Optional. Jupyter session config.
- Labels map[string]string
- Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
- Name string
- The resource name of the session.
- Runtime
Config RuntimeConfig Response - Optional. Runtime configuration for the session execution.
- Runtime
Info RuntimeInfo Response - Runtime information about session execution.
- Session
Template string - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.
- State string
- A state of the session.
- State
History []SessionState History Response - Historical state information for the session.
- State
Message string - Session state details, such as the failure description if the state is FAILED.
- State
Time string - The time when the session entered the current state.
- User string
- Optional. The email address of the user who owns the session.
- Uuid string
- A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
- create
Time String - The time when the session was created.
- creator String
- The email address of the user who created the session.
- environment
Config EnvironmentConfig Response - Optional. Environment configuration for the session execution.
- jupyter
Session JupyterConfig Response - Optional. Jupyter session config.
- labels Map<String,String>
- Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
- name String
- The resource name of the session.
- runtime
Config RuntimeConfig Response - Optional. Runtime configuration for the session execution.
- runtime
Info RuntimeInfo Response - Runtime information about session execution.
- session
Template String - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.
- state String
- A state of the session.
- state
History List<SessionState History Response> - Historical state information for the session.
- state
Message String - Session state details, such as the failure description if the state is FAILED.
- state
Time String - The time when the session entered the current state.
- user String
- Optional. The email address of the user who owns the session.
- uuid String
- A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
- create
Time string - The time when the session was created.
- creator string
- The email address of the user who created the session.
- environment
Config EnvironmentConfig Response - Optional. Environment configuration for the session execution.
- jupyter
Session JupyterConfig Response - Optional. Jupyter session config.
- labels {[key: string]: string}
- Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
- name string
- The resource name of the session.
- runtime
Config RuntimeConfig Response - Optional. Runtime configuration for the session execution.
- runtime
Info RuntimeInfo Response - Runtime information about session execution.
- session
Template string - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.
- state string
- A state of the session.
- state
History SessionState History Response[] - Historical state information for the session.
- state
Message string - Session state details, such as the failure description if the state is FAILED.
- state
Time string - The time when the session entered the current state.
- user string
- Optional. The email address of the user who owns the session.
- uuid string
- A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
- create_
time str - The time when the session was created.
- creator str
- The email address of the user who created the session.
- environment_
config EnvironmentConfig Response - Optional. Environment configuration for the session execution.
- jupyter_
session JupyterConfig Response - Optional. Jupyter session config.
- labels Mapping[str, str]
- Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
- name str
- The resource name of the session.
- runtime_
config RuntimeConfig Response - Optional. Runtime configuration for the session execution.
- runtime_
info RuntimeInfo Response - Runtime information about session execution.
- session_
template str - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.
- state str
- A state of the session.
- state_
history Sequence[SessionState History Response] - Historical state information for the session.
- state_
message str - Session state details, such as the failure description if the state is FAILED.
- state_
time str - The time when the session entered the current state.
- user str
- Optional. The email address of the user who owns the session.
- uuid str
- A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
- create
Time String - The time when the session was created.
- creator String
- The email address of the user who created the session.
- environment
Config Property Map - Optional. Environment configuration for the session execution.
- jupyter
Session Property Map - Optional. Jupyter session config.
- labels Map<String>
- Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
- name String
- The resource name of the session.
- runtime
Config Property Map - Optional. Runtime configuration for the session execution.
- runtime
Info Property Map - Runtime information about session execution.
- session
Template String - Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.
- state String
- A state of the session.
- state
History List<Property Map> - Historical state information for the session.
- state
Message String - Session state details, such as the failure description if the state is FAILED.
- state
Time String - The time when the session entered the current state.
- user String
- Optional. The email address of the user who owns the session.
- uuid String
- A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
Supporting Types
EnvironmentConfigResponse
- Execution
Config Pulumi.Google Native. Dataproc. V1. Inputs. Execution Config Response - Optional. Execution configuration for a workload.
- Peripherals
Config Pulumi.Google Native. Dataproc. V1. Inputs. Peripherals Config Response - Optional. Peripherals configuration that workload has access to.
- Execution
Config ExecutionConfig Response - Optional. Execution configuration for a workload.
- Peripherals
Config PeripheralsConfig Response - Optional. Peripherals configuration that workload has access to.
- execution
Config ExecutionConfig Response - Optional. Execution configuration for a workload.
- peripherals
Config PeripheralsConfig Response - Optional. Peripherals configuration that workload has access to.
- execution
Config ExecutionConfig Response - Optional. Execution configuration for a workload.
- peripherals
Config PeripheralsConfig Response - Optional. Peripherals configuration that workload has access to.
- execution_
config ExecutionConfig Response - Optional. Execution configuration for a workload.
- peripherals_
config PeripheralsConfig Response - Optional. Peripherals configuration that workload has access to.
- execution
Config Property Map - Optional. Execution configuration for a workload.
- peripherals
Config Property Map - Optional. Peripherals configuration that workload has access to.
ExecutionConfigResponse
- Idle
Ttl string - Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- Kms
Key string - Optional. The Cloud KMS key to use for encryption.
- List<string>
- Optional. Tags used for network traffic control.
- Network
Uri string - Optional. Network URI to connect workload to.
- Service
Account string - Optional. Service account that used to execute workload.
- Staging
Bucket string - Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Subnetwork
Uri string - Optional. Subnetwork URI to connect workload to.
- Ttl string
- Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- Idle
Ttl string - Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- Kms
Key string - Optional. The Cloud KMS key to use for encryption.
- []string
- Optional. Tags used for network traffic control.
- Network
Uri string - Optional. Network URI to connect workload to.
- Service
Account string - Optional. Service account that used to execute workload.
- Staging
Bucket string - Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Subnetwork
Uri string - Optional. Subnetwork URI to connect workload to.
- Ttl string
- Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- idle
Ttl String - Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- kms
Key String - Optional. The Cloud KMS key to use for encryption.
- List<String>
- Optional. Tags used for network traffic control.
- network
Uri String - Optional. Network URI to connect workload to.
- service
Account String - Optional. Service account that used to execute workload.
- staging
Bucket String - Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- subnetwork
Uri String - Optional. Subnetwork URI to connect workload to.
- ttl String
- Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- idle
Ttl string - Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- kms
Key string - Optional. The Cloud KMS key to use for encryption.
- string[]
- Optional. Tags used for network traffic control.
- network
Uri string - Optional. Network URI to connect workload to.
- service
Account string - Optional. Service account that used to execute workload.
- staging
Bucket string - Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- subnetwork
Uri string - Optional. Subnetwork URI to connect workload to.
- ttl string
- Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- idle_
ttl str - Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- kms_
key str - Optional. The Cloud KMS key to use for encryption.
- Sequence[str]
- Optional. Tags used for network traffic control.
- network_
uri str - Optional. Network URI to connect workload to.
- service_
account str - Optional. Service account that used to execute workload.
- staging_
bucket str - Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- subnetwork_
uri str - Optional. Subnetwork URI to connect workload to.
- ttl str
- Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- idle
Ttl String - Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
- kms
Key String - Optional. The Cloud KMS key to use for encryption.
- List<String>
- Optional. Tags used for network traffic control.
- network
Uri String - Optional. Network URI to connect workload to.
- service
Account String - Optional. Service account that used to execute workload.
- staging
Bucket String - Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- subnetwork
Uri String - Optional. Subnetwork URI to connect workload to.
- ttl String
- Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.
JupyterConfigResponse
- Display
Name string - Optional. Display name, shown in the Jupyter kernelspec card.
- Kernel string
- Optional. Kernel
- Display
Name string - Optional. Display name, shown in the Jupyter kernelspec card.
- Kernel string
- Optional. Kernel
- display
Name String - Optional. Display name, shown in the Jupyter kernelspec card.
- kernel String
- Optional. Kernel
- display
Name string - Optional. Display name, shown in the Jupyter kernelspec card.
- kernel string
- Optional. Kernel
- display_
name str - Optional. Display name, shown in the Jupyter kernelspec card.
- kernel str
- Optional. Kernel
- display
Name String - Optional. Display name, shown in the Jupyter kernelspec card.
- kernel String
- Optional. Kernel
PeripheralsConfigResponse
- Metastore
Service string - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
- Spark
History Pulumi.Server Config Google Native. Dataproc. V1. Inputs. Spark History Server Config Response - Optional. The Spark History Server configuration for the workload.
- Metastore
Service string - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
- Spark
History SparkServer Config History Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore
Service String - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
- spark
History SparkServer Config History Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore
Service string - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
- spark
History SparkServer Config History Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore_
service str - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
- spark_
history_ Sparkserver_ config History Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore
Service String - Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]
- spark
History Property MapServer Config - Optional. The Spark History Server configuration for the workload.
PyPiRepositoryConfigResponse
- Pypi
Repository string - Optional. PyPi repository address
- Pypi
Repository string - Optional. PyPi repository address
- pypi
Repository String - Optional. PyPi repository address
- pypi
Repository string - Optional. PyPi repository address
- pypi_
repository str - Optional. PyPi repository address
- pypi
Repository String - Optional. PyPi repository address
RepositoryConfigResponse
- Pypi
Repository Pulumi.Config Google Native. Dataproc. V1. Inputs. Py Pi Repository Config Response - Optional. Configuration for PyPi repository.
- Pypi
Repository PyConfig Pi Repository Config Response - Optional. Configuration for PyPi repository.
- pypi
Repository PyConfig Pi Repository Config Response - Optional. Configuration for PyPi repository.
- pypi
Repository PyConfig Pi Repository Config Response - Optional. Configuration for PyPi repository.
- pypi_
repository_ Pyconfig Pi Repository Config Response - Optional. Configuration for PyPi repository.
- pypi
Repository Property MapConfig - Optional. Configuration for PyPi repository.
RuntimeConfigResponse
- Container
Image string - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
- Properties Dictionary<string, string>
- Optional. A mapping of property names to values, which are used to configure workload execution.
- Repository
Config Pulumi.Google Native. Dataproc. V1. Inputs. Repository Config Response - Optional. Dependency repository configuration.
- Version string
- Optional. Version of the batch runtime.
- Container
Image string - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
- Properties map[string]string
- Optional. A mapping of property names to values, which are used to configure workload execution.
- Repository
Config RepositoryConfig Response - Optional. Dependency repository configuration.
- Version string
- Optional. Version of the batch runtime.
- container
Image String - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
- properties Map<String,String>
- Optional. A mapping of property names to values, which are used to configure workload execution.
- repository
Config RepositoryConfig Response - Optional. Dependency repository configuration.
- version String
- Optional. Version of the batch runtime.
- container
Image string - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
- properties {[key: string]: string}
- Optional. A mapping of property names to values, which are used to configure workload execution.
- repository
Config RepositoryConfig Response - Optional. Dependency repository configuration.
- version string
- Optional. Version of the batch runtime.
- container_
image str - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
- properties Mapping[str, str]
- Optional. A mapping of property names to values, which are used to configure workload execution.
- repository_
config RepositoryConfig Response - Optional. Dependency repository configuration.
- version str
- Optional. Version of the batch runtime.
- container
Image String - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
- properties Map<String>
- Optional. A mapping of property names to values, which are used to configure workload execution.
- repository
Config Property Map - Optional. Dependency repository configuration.
- version String
- Optional. Version of the batch runtime.
RuntimeInfoResponse
- Approximate
Usage Pulumi.Google Native. Dataproc. V1. Inputs. Usage Metrics Response - Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
- Current
Usage Pulumi.Google Native. Dataproc. V1. Inputs. Usage Snapshot Response - Snapshot of current workload resource usage.
- Diagnostic
Output stringUri - A URI pointing to the location of the diagnostics tarball.
- Endpoints Dictionary<string, string>
- Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
- Output
Uri string - A URI pointing to the location of the stdout and stderr of the workload.
- Approximate
Usage UsageMetrics Response - Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
- Current
Usage UsageSnapshot Response - Snapshot of current workload resource usage.
- Diagnostic
Output stringUri - A URI pointing to the location of the diagnostics tarball.
- Endpoints map[string]string
- Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
- Output
Uri string - A URI pointing to the location of the stdout and stderr of the workload.
- approximate
Usage UsageMetrics Response - Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
- current
Usage UsageSnapshot Response - Snapshot of current workload resource usage.
- diagnostic
Output StringUri - A URI pointing to the location of the diagnostics tarball.
- endpoints Map<String,String>
- Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
- output
Uri String - A URI pointing to the location of the stdout and stderr of the workload.
- approximate
Usage UsageMetrics Response - Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
- current
Usage UsageSnapshot Response - Snapshot of current workload resource usage.
- diagnostic
Output stringUri - A URI pointing to the location of the diagnostics tarball.
- endpoints {[key: string]: string}
- Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
- output
Uri string - A URI pointing to the location of the stdout and stderr of the workload.
- approximate_
usage UsageMetrics Response - Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
- current_
usage UsageSnapshot Response - Snapshot of current workload resource usage.
- diagnostic_
output_ struri - A URI pointing to the location of the diagnostics tarball.
- endpoints Mapping[str, str]
- Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
- output_
uri str - A URI pointing to the location of the stdout and stderr of the workload.
- approximate
Usage Property Map - Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
- current
Usage Property Map - Snapshot of current workload resource usage.
- diagnostic
Output StringUri - A URI pointing to the location of the diagnostics tarball.
- endpoints Map<String>
- Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
- output
Uri String - A URI pointing to the location of the stdout and stderr of the workload.
SessionStateHistoryResponse
- State string
- The state of the session at this point in the session history.
- State
Message string - Details about the state at this point in the session history.
- State
Start stringTime - The time when the session entered the historical state.
- State string
- The state of the session at this point in the session history.
- State
Message string - Details about the state at this point in the session history.
- State
Start stringTime - The time when the session entered the historical state.
- state String
- The state of the session at this point in the session history.
- state
Message String - Details about the state at this point in the session history.
- state
Start StringTime - The time when the session entered the historical state.
- state string
- The state of the session at this point in the session history.
- state
Message string - Details about the state at this point in the session history.
- state
Start stringTime - The time when the session entered the historical state.
- state str
- The state of the session at this point in the session history.
- state_
message str - Details about the state at this point in the session history.
- state_
start_ strtime - The time when the session entered the historical state.
- state String
- The state of the session at this point in the session history.
- state
Message String - Details about the state at this point in the session history.
- state
Start StringTime - The time when the session entered the historical state.
SparkHistoryServerConfigResponse
- Dataproc
Cluster string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- Dataproc
Cluster string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster String - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc_
cluster str - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster String - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
UsageMetricsResponse
- Accelerator
Type string - Optional. Accelerator type being used, if any
- Milli
Accelerator stringSeconds - Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Milli
Dcu stringSeconds - Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Shuffle
Storage stringGb Seconds - Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Accelerator
Type string - Optional. Accelerator type being used, if any
- Milli
Accelerator stringSeconds - Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Milli
Dcu stringSeconds - Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Shuffle
Storage stringGb Seconds - Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- accelerator
Type String - Optional. Accelerator type being used, if any
- milli
Accelerator StringSeconds - Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- milli
Dcu StringSeconds - Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle
Storage StringGb Seconds - Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- accelerator
Type string - Optional. Accelerator type being used, if any
- milli
Accelerator stringSeconds - Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- milli
Dcu stringSeconds - Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle
Storage stringGb Seconds - Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- accelerator_
type str - Optional. Accelerator type being used, if any
- milli_
accelerator_ strseconds - Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- milli_
dcu_ strseconds - Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle_
storage_ strgb_ seconds - Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- accelerator
Type String - Optional. Accelerator type being used, if any
- milli
Accelerator StringSeconds - Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- milli
Dcu StringSeconds - Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle
Storage StringGb Seconds - Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
UsageSnapshotResponse
- Accelerator
Type string - Optional. Accelerator type being used, if any
- Milli
Accelerator string - Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- Milli
Dcu string - Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- string
- Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Shuffle
Storage stringGb - Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- string
- Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- Snapshot
Time string - Optional. The timestamp of the usage snapshot.
- Accelerator
Type string - Optional. Accelerator type being used, if any
- Milli
Accelerator string - Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- Milli
Dcu string - Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- string
- Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- Shuffle
Storage stringGb - Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- string
- Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- Snapshot
Time string - Optional. The timestamp of the usage snapshot.
- accelerator
Type String - Optional. Accelerator type being used, if any
- milli
Accelerator String - Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- milli
Dcu String - Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- String
- Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle
Storage StringGb - Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- String
- Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- snapshot
Time String - Optional. The timestamp of the usage snapshot.
- accelerator
Type string - Optional. Accelerator type being used, if any
- milli
Accelerator string - Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- milli
Dcu string - Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- string
- Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle
Storage stringGb - Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- string
- Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- snapshot
Time string - Optional. The timestamp of the usage snapshot.
- accelerator_
type str - Optional. Accelerator type being used, if any
- milli_
accelerator str - Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- milli_
dcu str - Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- str
- Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle_
storage_ strgb - Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- str
- Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- snapshot_
time str - Optional. The timestamp of the usage snapshot.
- accelerator
Type String - Optional. Accelerator type being used, if any
- milli
Accelerator String - Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- milli
Dcu String - Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- String
- Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
- shuffle
Storage StringGb - Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- String
- Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
- snapshot
Time String - Optional. The timestamp of the usage snapshot.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi