Builder
Properties
The ID of the application to update.
The CPU architecture of an application.
The configuration for an application to automatically start on job submission.
The configuration for an application to automatically stop after a certain amount of time being idle.
The client idempotency token of the application to update. Its value must be unique for each request.
Specifies the IAM Identity Center configuration used to enable or disable trusted identity propagation. When provided, this configuration determines how the application interacts with IAM Identity Center for user authentication and access control.
The image configuration to be used for all worker types. You can either set this parameter or imageConfiguration
for each worker type in WorkerTypeSpecificationInput
.
The capacity to initialize when the application is updated.
The interactive configuration object that contains new interactive use cases when the application is updated.
The maximum capacity to allocate when the application is updated. This is cumulative across all workers at any given point in time during the lifespan of the application. No new resources will be created once any one of the defined limits is hit.
The configuration setting for monitoring.
The network configuration for customer VPC connectivity.
The Amazon EMR release label for the application. You can change the release label to use a different release of Amazon EMR.
The Configuration specifications to use when updating an application. Each configuration consists of a classification and properties. This configuration is applied across all the job runs submitted under the application.
The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
The key-value pairs that specify worker type to WorkerTypeSpecificationInput
. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver
and Executor
for Spark applications and HiveDriver
and TezTask
for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration
for all worker types.
Functions
construct an aws.sdk.kotlin.services.emrserverless.model.AutoStartConfig inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.AutoStopConfig inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.IdentityCenterConfigurationInput inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.ImageConfigurationInput inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.InteractiveConfiguration inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.MaximumAllowedResources inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.MonitoringConfiguration inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.NetworkConfiguration inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.SchedulerConfiguration inside the given block