Module: Aws::EMRServerless::Types

Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Defined Under Namespace

Classes: Application, ApplicationSummary, AutoStartConfig, AutoStopConfig, CancelJobRunRequest, CancelJobRunResponse, CloudWatchLoggingConfiguration, Configuration, ConfigurationOverrides, ConflictException, CreateApplicationRequest, CreateApplicationResponse, DeleteApplicationRequest, DeleteApplicationResponse, GetApplicationRequest, GetApplicationResponse, GetDashboardForJobRunRequest, GetDashboardForJobRunResponse, GetJobRunRequest, GetJobRunResponse, Hive, ImageConfiguration, ImageConfigurationInput, InitialCapacityConfig, InternalServerException, JobDriver, JobRun, JobRunSummary, ListApplicationsRequest, ListApplicationsResponse, ListJobRunsRequest, ListJobRunsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, ManagedPersistenceMonitoringConfiguration, MaximumAllowedResources, MonitoringConfiguration, NetworkConfiguration, PrometheusMonitoringConfiguration, ResourceNotFoundException, ResourceUtilization, S3MonitoringConfiguration, ServiceQuotaExceededException, SparkSubmit, StartApplicationRequest, StartApplicationResponse, StartJobRunRequest, StartJobRunResponse, StopApplicationRequest, StopApplicationResponse, TagResourceRequest, TagResourceResponse, TotalResourceUtilization, UntagResourceRequest, UntagResourceResponse, UpdateApplicationRequest, UpdateApplicationResponse, ValidationException, WorkerResourceConfig, WorkerTypeSpecification, WorkerTypeSpecificationInput

Instance Attribute Summary collapse

Instance Attribute Details

#hiveTypes::Hive

The job driver parameters specified for Hive.

Returns:



720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 720

class JobDriver < Struct.new(
  :spark_submit,
  :hive,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class SparkSubmit < JobDriver; end
  class Hive < JobDriver; end
  class Unknown < JobDriver; end
end

#spark_submitTypes::SparkSubmit

The job driver parameters specified for Spark.

Returns:



720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 720

class JobDriver < Struct.new(
  :spark_submit,
  :hive,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class SparkSubmit < JobDriver; end
  class Hive < JobDriver; end
  class Unknown < JobDriver; end
end