We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.emrserverless.getApplication
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource schema for AWS::EMRServerless::Application Type
Using getApplication
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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>def get_application(application_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput> Note: This function is named LookupApplication in the Go SDK.
public static class GetApplication 
{
    public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:emrserverless:getApplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationId string
- The ID of the EMR Serverless Application.
- ApplicationId string
- The ID of the EMR Serverless Application.
- applicationId String
- The ID of the EMR Serverless Application.
- applicationId string
- The ID of the EMR Serverless Application.
- application_id str
- The ID of the EMR Serverless Application.
- applicationId String
- The ID of the EMR Serverless Application.
getApplication Result
The following output properties are available:
- ApplicationId string
- The ID of the EMR Serverless Application.
- Architecture
Pulumi.Aws Native. Emr Serverless. Application Architecture 
- The CPU architecture of an application.
- Arn string
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- AutoStart Pulumi.Configuration Aws Native. Emr Serverless. Outputs. Application Auto Start Configuration 
- Configuration for Auto Start of Application.
- AutoStop Pulumi.Configuration Aws Native. Emr Serverless. Outputs. Application Auto Stop Configuration 
- Configuration for Auto Stop of Application.
- ImageConfiguration Pulumi.Aws Native. Emr Serverless. Outputs. Application Image Configuration Input 
- The image configuration applied to all worker types.
- InitialCapacity List<Pulumi.Aws Native. Emr Serverless. Outputs. Application Initial Capacity Config Key Value Pair> 
- Initial capacity initialized when an Application is started.
- InteractiveConfiguration Pulumi.Aws Native. Emr Serverless. Outputs. Application Interactive Configuration 
- The interactive configuration object that enables the interactive use cases for an application.
- MaximumCapacity Pulumi.Aws Native. Emr Serverless. Outputs. Application Maximum Allowed Resources 
- Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- MonitoringConfiguration Pulumi.Aws Native. Emr Serverless. Outputs. Application Monitoring Configuration 
- A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
- NetworkConfiguration Pulumi.Aws Native. Emr Serverless. Outputs. Application Network Configuration 
- Network Configuration for customer VPC connectivity.
- ReleaseLabel string
- EMR release label.
- RuntimeConfiguration List<Pulumi.Aws Native. Emr Serverless. Outputs. Application Configuration Object> 
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
- SchedulerConfiguration Pulumi.Aws Native. Emr Serverless. Outputs. Application Scheduler Configuration 
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Tag map with key and value
- WorkerType Dictionary<string, Pulumi.Specifications Aws Native. Emr Serverless. Outputs. Application Worker Type Specification Input> 
- 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.
- ApplicationId string
- The ID of the EMR Serverless Application.
- Architecture
ApplicationArchitecture 
- The CPU architecture of an application.
- Arn string
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- AutoStart ApplicationConfiguration Auto Start Configuration 
- Configuration for Auto Start of Application.
- AutoStop ApplicationConfiguration Auto Stop Configuration 
- Configuration for Auto Stop of Application.
- ImageConfiguration ApplicationImage Configuration Input 
- The image configuration applied to all worker types.
- InitialCapacity []ApplicationInitial Capacity Config Key Value Pair 
- Initial capacity initialized when an Application is started.
- InteractiveConfiguration ApplicationInteractive Configuration 
- The interactive configuration object that enables the interactive use cases for an application.
- MaximumCapacity ApplicationMaximum Allowed Resources 
- Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- MonitoringConfiguration ApplicationMonitoring Configuration 
- A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
- NetworkConfiguration ApplicationNetwork Configuration 
- Network Configuration for customer VPC connectivity.
- ReleaseLabel string
- EMR release label.
- RuntimeConfiguration []ApplicationConfiguration Object 
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
- SchedulerConfiguration ApplicationScheduler Configuration 
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
- Tag
- Tag map with key and value
- WorkerType map[string]ApplicationSpecifications Worker Type Specification Input 
- 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.
- applicationId String
- The ID of the EMR Serverless Application.
- architecture
ApplicationArchitecture 
- The CPU architecture of an application.
- arn String
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- autoStart ApplicationConfiguration Auto Start Configuration 
- Configuration for Auto Start of Application.
- autoStop ApplicationConfiguration Auto Stop Configuration 
- Configuration for Auto Stop of Application.
- imageConfiguration ApplicationImage Configuration Input 
- The image configuration applied to all worker types.
- initialCapacity List<ApplicationInitial Capacity Config Key Value Pair> 
- Initial capacity initialized when an Application is started.
- interactiveConfiguration ApplicationInteractive Configuration 
- The interactive configuration object that enables the interactive use cases for an application.
- maximumCapacity ApplicationMaximum Allowed Resources 
- Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- monitoringConfiguration ApplicationMonitoring Configuration 
- A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
- networkConfiguration ApplicationNetwork Configuration 
- Network Configuration for customer VPC connectivity.
- releaseLabel String
- EMR release label.
- runtimeConfiguration List<ApplicationConfiguration Object> 
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
- schedulerConfiguration ApplicationScheduler Configuration 
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
- List<Tag>
- Tag map with key and value
- workerType Map<String,ApplicationSpecifications Worker Type Specification Input> 
- 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.
- applicationId string
- The ID of the EMR Serverless Application.
- architecture
ApplicationArchitecture 
- The CPU architecture of an application.
- arn string
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- autoStart ApplicationConfiguration Auto Start Configuration 
- Configuration for Auto Start of Application.
- autoStop ApplicationConfiguration Auto Stop Configuration 
- Configuration for Auto Stop of Application.
- imageConfiguration ApplicationImage Configuration Input 
- The image configuration applied to all worker types.
- initialCapacity ApplicationInitial Capacity Config Key Value Pair[] 
- Initial capacity initialized when an Application is started.
- interactiveConfiguration ApplicationInteractive Configuration 
- The interactive configuration object that enables the interactive use cases for an application.
- maximumCapacity ApplicationMaximum Allowed Resources 
- Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- monitoringConfiguration ApplicationMonitoring Configuration 
- A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
- networkConfiguration ApplicationNetwork Configuration 
- Network Configuration for customer VPC connectivity.
- releaseLabel string
- EMR release label.
- runtimeConfiguration ApplicationConfiguration Object[] 
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
- schedulerConfiguration ApplicationScheduler Configuration 
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
- Tag[]
- Tag map with key and value
- workerType {[key: string]: ApplicationSpecifications Worker Type Specification Input} 
- 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.
- application_id str
- The ID of the EMR Serverless Application.
- architecture
ApplicationArchitecture 
- The CPU architecture of an application.
- arn str
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- auto_start_ Applicationconfiguration Auto Start Configuration 
- Configuration for Auto Start of Application.
- auto_stop_ Applicationconfiguration Auto Stop Configuration 
- Configuration for Auto Stop of Application.
- image_configuration ApplicationImage Configuration Input 
- The image configuration applied to all worker types.
- initial_capacity Sequence[ApplicationInitial Capacity Config Key Value Pair] 
- Initial capacity initialized when an Application is started.
- interactive_configuration ApplicationInteractive Configuration 
- The interactive configuration object that enables the interactive use cases for an application.
- maximum_capacity ApplicationMaximum Allowed Resources 
- Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- monitoring_configuration ApplicationMonitoring Configuration 
- A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
- network_configuration ApplicationNetwork Configuration 
- Network Configuration for customer VPC connectivity.
- release_label str
- EMR release label.
- runtime_configuration Sequence[ApplicationConfiguration Object] 
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
- scheduler_configuration ApplicationScheduler Configuration 
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
- Sequence[root_Tag]
- Tag map with key and value
- worker_type_ Mapping[str, Applicationspecifications Worker Type Specification Input] 
- 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.
- applicationId String
- The ID of the EMR Serverless Application.
- architecture "ARM64" | "X86_64"
- The CPU architecture of an application.
- arn String
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- autoStart Property MapConfiguration 
- Configuration for Auto Start of Application.
- autoStop Property MapConfiguration 
- Configuration for Auto Stop of Application.
- imageConfiguration Property Map
- The image configuration applied to all worker types.
- initialCapacity List<Property Map>
- Initial capacity initialized when an Application is started.
- interactiveConfiguration Property Map
- The interactive configuration object that enables the interactive use cases for an application.
- maximumCapacity Property Map
- Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- monitoringConfiguration Property Map
- A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
- networkConfiguration Property Map
- Network Configuration for customer VPC connectivity.
- releaseLabel String
- EMR release label.
- runtimeConfiguration List<Property Map>
- The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
- schedulerConfiguration Property Map
- The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
- List<Property Map>
- Tag map with key and value
- workerType Map<Property Map>Specifications 
- 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.
Supporting Types
ApplicationArchitecture 
ApplicationAutoStartConfiguration   
- Enabled bool
- If set to true, the Application will automatically start. Defaults to true.
- Enabled bool
- If set to true, the Application will automatically start. Defaults to true.
- enabled Boolean
- If set to true, the Application will automatically start. Defaults to true.
- enabled boolean
- If set to true, the Application will automatically start. Defaults to true.
- enabled bool
- If set to true, the Application will automatically start. Defaults to true.
- enabled Boolean
- If set to true, the Application will automatically start. Defaults to true.
ApplicationAutoStopConfiguration   
- Enabled bool
- If set to true, the Application will automatically stop after being idle. Defaults to true.
- IdleTimeout intMinutes 
- The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
- Enabled bool
- If set to true, the Application will automatically stop after being idle. Defaults to true.
- IdleTimeout intMinutes 
- The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
- enabled Boolean
- If set to true, the Application will automatically stop after being idle. Defaults to true.
- idleTimeout IntegerMinutes 
- The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
- enabled boolean
- If set to true, the Application will automatically stop after being idle. Defaults to true.
- idleTimeout numberMinutes 
- The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
- enabled bool
- If set to true, the Application will automatically stop after being idle. Defaults to true.
- idle_timeout_ intminutes 
- The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
- enabled Boolean
- If set to true, the Application will automatically stop after being idle. Defaults to true.
- idleTimeout NumberMinutes 
- The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
ApplicationCloudWatchLoggingConfiguration    
- Enabled bool
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- EncryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- LogGroup stringName 
- Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
- LogStream stringName Prefix 
- Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- LogType List<Pulumi.Map Aws Native. Emr Serverless. Inputs. Application Log Type Map Key Value Pair> 
- The specific log-streams which need to be uploaded to CloudWatch.
- Enabled bool
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- EncryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- LogGroup stringName 
- Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
- LogStream stringName Prefix 
- Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- LogType []ApplicationMap Log Type Map Key Value Pair 
- The specific log-streams which need to be uploaded to CloudWatch.
- enabled Boolean
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- encryptionKey StringArn 
- KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- logGroup StringName 
- Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
- logStream StringName Prefix 
- Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- logType List<ApplicationMap Log Type Map Key Value Pair> 
- The specific log-streams which need to be uploaded to CloudWatch.
- enabled boolean
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- encryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- logGroup stringName 
- Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
- logStream stringName Prefix 
- Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- logType ApplicationMap Log Type Map Key Value Pair[] 
- The specific log-streams which need to be uploaded to CloudWatch.
- enabled bool
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- encryption_key_ strarn 
- KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- log_group_ strname 
- Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
- log_stream_ strname_ prefix 
- Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- log_type_ Sequence[Applicationmap Log Type Map Key Value Pair] 
- The specific log-streams which need to be uploaded to CloudWatch.
- enabled Boolean
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- encryptionKey StringArn 
- KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- logGroup StringName 
- Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
- logStream StringName Prefix 
- Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- logType List<Property Map>Map 
- The specific log-streams which need to be uploaded to CloudWatch.
ApplicationConfigurationObject  
- Classification string
- String with a maximum length of 1024.
- Configurations
List<Pulumi.Aws Native. Emr Serverless. Inputs. Application Configuration Object> 
- Properties Dictionary<string, string>
- Classification string
- String with a maximum length of 1024.
- Configurations
[]ApplicationConfiguration Object 
- Properties map[string]string
- classification String
- String with a maximum length of 1024.
- configurations
List<ApplicationConfiguration Object> 
- properties Map<String,String>
- classification string
- String with a maximum length of 1024.
- configurations
ApplicationConfiguration Object[] 
- properties {[key: string]: string}
- classification str
- String with a maximum length of 1024.
- configurations
Sequence[ApplicationConfiguration Object] 
- properties Mapping[str, str]
- classification String
- String with a maximum length of 1024.
- configurations List<Property Map>
- properties Map<String>
ApplicationImageConfigurationInput   
- ImageUri string
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- ImageUri string
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- imageUri String
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- imageUri string
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- image_uri str
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
- imageUri String
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
ApplicationInitialCapacityConfig   
- WorkerConfiguration Pulumi.Aws Native. Emr Serverless. Inputs. Application Worker Configuration 
- WorkerCount int
- Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped
- WorkerConfiguration ApplicationWorker Configuration 
- WorkerCount int
- Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped
- workerConfiguration ApplicationWorker Configuration 
- workerCount Integer
- Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped
- workerConfiguration ApplicationWorker Configuration 
- workerCount number
- Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped
- worker_configuration ApplicationWorker Configuration 
- worker_count int
- Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped
- workerConfiguration Property Map
- workerCount Number
- Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped
ApplicationInitialCapacityConfigKeyValuePair      
- Key string
- Worker type for an analytics framework.
- Value
Pulumi.Aws Native. Emr Serverless. Inputs. Application Initial Capacity Config 
- Key string
- Worker type for an analytics framework.
- Value
ApplicationInitial Capacity Config 
- key String
- Worker type for an analytics framework.
- value
ApplicationInitial Capacity Config 
- key string
- Worker type for an analytics framework.
- value
ApplicationInitial Capacity Config 
- key str
- Worker type for an analytics framework.
- value
ApplicationInitial Capacity Config 
- key String
- Worker type for an analytics framework.
- value Property Map
ApplicationInteractiveConfiguration  
- LivyEndpoint boolEnabled 
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- StudioEnabled bool
- Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
- LivyEndpoint boolEnabled 
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- StudioEnabled bool
- Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
- livyEndpoint BooleanEnabled 
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studioEnabled Boolean
- Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
- livyEndpoint booleanEnabled 
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studioEnabled boolean
- Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
- livy_endpoint_ boolenabled 
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studio_enabled bool
- Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
- livyEndpoint BooleanEnabled 
- Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studioEnabled Boolean
- Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
ApplicationLogTypeMapKeyValuePair      
ApplicationManagedPersistenceMonitoringConfiguration    
- Enabled bool
- If set to false, managed logging will be turned off. Defaults to true.
- EncryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in managed persistence
- Enabled bool
- If set to false, managed logging will be turned off. Defaults to true.
- EncryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in managed persistence
- enabled Boolean
- If set to false, managed logging will be turned off. Defaults to true.
- encryptionKey StringArn 
- KMS key ARN to encrypt the logs stored in managed persistence
- enabled boolean
- If set to false, managed logging will be turned off. Defaults to true.
- encryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in managed persistence
- enabled bool
- If set to false, managed logging will be turned off. Defaults to true.
- encryption_key_ strarn 
- KMS key ARN to encrypt the logs stored in managed persistence
- enabled Boolean
- If set to false, managed logging will be turned off. Defaults to true.
- encryptionKey StringArn 
- KMS key ARN to encrypt the logs stored in managed persistence
ApplicationMaximumAllowedResources   
ApplicationMonitoringConfiguration  
- CloudWatch Pulumi.Logging Configuration Aws Native. Emr Serverless. Inputs. Application Cloud Watch Logging Configuration 
- CloudWatch logging configurations for a JobRun.
- ManagedPersistence Pulumi.Monitoring Configuration Aws Native. Emr Serverless. Inputs. Application Managed Persistence Monitoring Configuration 
- Managed log persistence configurations for a JobRun.
- PrometheusMonitoring Pulumi.Configuration Aws Native. Emr Serverless. Inputs. Application Prometheus Monitoring Configuration 
- Prometheus monitoring configurations for a JobRun.
- S3MonitoringConfiguration Pulumi.Aws Native. Emr Serverless. Inputs. Application S3Monitoring Configuration 
- S3 monitoring configurations for a JobRun.
- CloudWatch ApplicationLogging Configuration Cloud Watch Logging Configuration 
- CloudWatch logging configurations for a JobRun.
- ManagedPersistence ApplicationMonitoring Configuration Managed Persistence Monitoring Configuration 
- Managed log persistence configurations for a JobRun.
- PrometheusMonitoring ApplicationConfiguration Prometheus Monitoring Configuration 
- Prometheus monitoring configurations for a JobRun.
- S3MonitoringConfiguration ApplicationS3Monitoring Configuration 
- S3 monitoring configurations for a JobRun.
- cloudWatch ApplicationLogging Configuration Cloud Watch Logging Configuration 
- CloudWatch logging configurations for a JobRun.
- managedPersistence ApplicationMonitoring Configuration Managed Persistence Monitoring Configuration 
- Managed log persistence configurations for a JobRun.
- prometheusMonitoring ApplicationConfiguration Prometheus Monitoring Configuration 
- Prometheus monitoring configurations for a JobRun.
- s3MonitoringConfiguration ApplicationS3Monitoring Configuration 
- S3 monitoring configurations for a JobRun.
- cloudWatch ApplicationLogging Configuration Cloud Watch Logging Configuration 
- CloudWatch logging configurations for a JobRun.
- managedPersistence ApplicationMonitoring Configuration Managed Persistence Monitoring Configuration 
- Managed log persistence configurations for a JobRun.
- prometheusMonitoring ApplicationConfiguration Prometheus Monitoring Configuration 
- Prometheus monitoring configurations for a JobRun.
- s3MonitoringConfiguration ApplicationS3Monitoring Configuration 
- S3 monitoring configurations for a JobRun.
- cloud_watch_ Applicationlogging_ configuration Cloud Watch Logging Configuration 
- CloudWatch logging configurations for a JobRun.
- managed_persistence_ Applicationmonitoring_ configuration Managed Persistence Monitoring Configuration 
- Managed log persistence configurations for a JobRun.
- prometheus_monitoring_ Applicationconfiguration Prometheus Monitoring Configuration 
- Prometheus monitoring configurations for a JobRun.
- s3_monitoring_ Applicationconfiguration S3Monitoring Configuration 
- S3 monitoring configurations for a JobRun.
- cloudWatch Property MapLogging Configuration 
- CloudWatch logging configurations for a JobRun.
- managedPersistence Property MapMonitoring Configuration 
- Managed log persistence configurations for a JobRun.
- prometheusMonitoring Property MapConfiguration 
- Prometheus monitoring configurations for a JobRun.
- s3MonitoringConfiguration Property Map
- S3 monitoring configurations for a JobRun.
ApplicationNetworkConfiguration  
- SecurityGroup List<string>Ids 
- The ID of the security groups in the VPC to which you want to connect your job or application.
- SubnetIds List<string>
- The ID of the subnets in the VPC to which you want to connect your job or application.
- SecurityGroup []stringIds 
- The ID of the security groups in the VPC to which you want to connect your job or application.
- SubnetIds []string
- The ID of the subnets in the VPC to which you want to connect your job or application.
- securityGroup List<String>Ids 
- The ID of the security groups in the VPC to which you want to connect your job or application.
- subnetIds List<String>
- The ID of the subnets in the VPC to which you want to connect your job or application.
- securityGroup string[]Ids 
- The ID of the security groups in the VPC to which you want to connect your job or application.
- subnetIds string[]
- The ID of the subnets in the VPC to which you want to connect your job or application.
- security_group_ Sequence[str]ids 
- The ID of the security groups in the VPC to which you want to connect your job or application.
- subnet_ids Sequence[str]
- The ID of the subnets in the VPC to which you want to connect your job or application.
- securityGroup List<String>Ids 
- The ID of the security groups in the VPC to which you want to connect your job or application.
- subnetIds List<String>
- The ID of the subnets in the VPC to which you want to connect your job or application.
ApplicationPrometheusMonitoringConfiguration   
- RemoteWrite stringUrl 
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
- RemoteWrite stringUrl 
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
- remoteWrite StringUrl 
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
- remoteWrite stringUrl 
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
- remote_write_ strurl 
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
- remoteWrite StringUrl 
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
ApplicationS3MonitoringConfiguration  
- EncryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in given s3
- LogUri string
- EncryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in given s3
- LogUri string
- encryptionKey StringArn 
- KMS key ARN to encrypt the logs stored in given s3
- logUri String
- encryptionKey stringArn 
- KMS key ARN to encrypt the logs stored in given s3
- logUri string
- encryption_key_ strarn 
- KMS key ARN to encrypt the logs stored in given s3
- log_uri str
- encryptionKey StringArn 
- KMS key ARN to encrypt the logs stored in given s3
- logUri String
ApplicationSchedulerConfiguration  
- MaxConcurrent intRuns 
- The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
- QueueTimeout intMinutes 
- The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
- MaxConcurrent intRuns 
- The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
- QueueTimeout intMinutes 
- The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
- maxConcurrent IntegerRuns 
- The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
- queueTimeout IntegerMinutes 
- The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
- maxConcurrent numberRuns 
- The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
- queueTimeout numberMinutes 
- The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
- max_concurrent_ intruns 
- The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
- queue_timeout_ intminutes 
- The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
- maxConcurrent NumberRuns 
- The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
- queueTimeout NumberMinutes 
- The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
ApplicationWorkerConfiguration  
- Cpu string
- Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
- Memory string
- Per worker memory resource. GB is the only supported unit and specifying GB is optional.
- Disk string
- Per worker Disk resource. GB is the only supported unit and specifying GB is optional
- DiskType string
- Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
- Cpu string
- Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
- Memory string
- Per worker memory resource. GB is the only supported unit and specifying GB is optional.
- Disk string
- Per worker Disk resource. GB is the only supported unit and specifying GB is optional
- DiskType string
- Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
- cpu String
- Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
- memory String
- Per worker memory resource. GB is the only supported unit and specifying GB is optional.
- disk String
- Per worker Disk resource. GB is the only supported unit and specifying GB is optional
- diskType String
- Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
- cpu string
- Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
- memory string
- Per worker memory resource. GB is the only supported unit and specifying GB is optional.
- disk string
- Per worker Disk resource. GB is the only supported unit and specifying GB is optional
- diskType string
- Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
- cpu str
- Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
- memory str
- Per worker memory resource. GB is the only supported unit and specifying GB is optional.
- disk str
- Per worker Disk resource. GB is the only supported unit and specifying GB is optional
- disk_type str
- Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
- cpu String
- Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
- memory String
- Per worker memory resource. GB is the only supported unit and specifying GB is optional.
- disk String
- Per worker Disk resource. GB is the only supported unit and specifying GB is optional
- diskType String
- Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
ApplicationWorkerTypeSpecificationInput    
- ImageConfiguration Pulumi.Aws Native. Emr Serverless. Inputs. Application Image Configuration Input 
- The image configuration for a worker type.
- ImageConfiguration ApplicationImage Configuration Input 
- The image configuration for a worker type.
- imageConfiguration ApplicationImage Configuration Input 
- The image configuration for a worker type.
- imageConfiguration ApplicationImage Configuration Input 
- The image configuration for a worker type.
- image_configuration ApplicationImage Configuration Input 
- The image configuration for a worker type.
- imageConfiguration Property Map
- The image configuration for a worker type.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi