We recommend new projects start with resources from the AWS provider.
aws-native.emrserverless.Application
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::EMRServerless::Application Type
Create Application Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
args: ApplicationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Application(resource_name: str,
opts: Optional[ResourceOptions] = None,
release_label: Optional[str] = None,
type: Optional[str] = None,
maximum_capacity: Optional[ApplicationMaximumAllowedResourcesArgs] = None,
image_configuration: Optional[ApplicationImageConfigurationInputArgs] = None,
initial_capacity: Optional[Sequence[ApplicationInitialCapacityConfigKeyValuePairArgs]] = None,
interactive_configuration: Optional[ApplicationInteractiveConfigurationArgs] = None,
architecture: Optional[ApplicationArchitecture] = None,
monitoring_configuration: Optional[ApplicationMonitoringConfigurationArgs] = None,
name: Optional[str] = None,
network_configuration: Optional[ApplicationNetworkConfigurationArgs] = None,
auto_stop_configuration: Optional[ApplicationAutoStopConfigurationArgs] = None,
runtime_configuration: Optional[Sequence[ApplicationConfigurationObjectArgs]] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
auto_start_configuration: Optional[ApplicationAutoStartConfigurationArgs] = None,
worker_type_specifications: Optional[Mapping[str, ApplicationWorkerTypeSpecificationInputArgs]] = None)
func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)
public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:emrserverless:Application
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Application Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Application resource accepts the following input properties:
- Release
Label string - EMR release label.
- Type string
- The type of the application
- Architecture
Pulumi.
Aws Native. Emr Serverless. Application Architecture - The CPU architecture of an application.
- Auto
Start Pulumi.Configuration Aws Native. Emr Serverless. Inputs. Application Auto Start Configuration - Configuration for Auto Start of Application.
- Auto
Stop Pulumi.Configuration Aws Native. Emr Serverless. Inputs. Application Auto Stop Configuration - Configuration for Auto Stop of Application.
- Image
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. Application Image Configuration Input - The image configuration applied to all worker types.
- Initial
Capacity List<Pulumi.Aws Native. Emr Serverless. Inputs. Application Initial Capacity Config Key Value Pair> - Initial capacity initialized when an Application is started.
- Interactive
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. Application Interactive Configuration - The interactive configuration object that enables the interactive use cases for an application.
- Maximum
Capacity Pulumi.Aws Native. Emr Serverless. Inputs. Application Maximum Allowed Resources - Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- Monitoring
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. 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.
- Name string
- User friendly Application name.
- Network
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. Application Network Configuration - Network Configuration for customer VPC connectivity.
- Runtime
Configuration List<Pulumi.Aws Native. Emr Serverless. Inputs. 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.
- List<Pulumi.
Aws Native. Inputs. Tag> - Tag map with key and value
- Worker
Type Dictionary<string, Pulumi.Specifications Aws Native. Emr Serverless. Inputs. Application Worker Type Specification Input Args> - 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.
- Release
Label string - EMR release label.
- Type string
- The type of the application
- Architecture
Application
Architecture - The CPU architecture of an application.
- Auto
Start ApplicationConfiguration Auto Start Configuration Args - Configuration for Auto Start of Application.
- Auto
Stop ApplicationConfiguration Auto Stop Configuration Args - Configuration for Auto Stop of Application.
- Image
Configuration ApplicationImage Configuration Input Args - The image configuration applied to all worker types.
- Initial
Capacity []ApplicationInitial Capacity Config Key Value Pair Args - Initial capacity initialized when an Application is started.
- Interactive
Configuration ApplicationInteractive Configuration Args - The interactive configuration object that enables the interactive use cases for an application.
- Maximum
Capacity ApplicationMaximum Allowed Resources Args - Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- Monitoring
Configuration ApplicationMonitoring Configuration Args - 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.
- Name string
- User friendly Application name.
- Network
Configuration ApplicationNetwork Configuration Args - Network Configuration for customer VPC connectivity.
- Runtime
Configuration []ApplicationConfiguration Object Args - 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.
- Tag
Args - Tag map with key and value
- Worker
Type map[string]ApplicationSpecifications Worker Type Specification Input Args - 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.
- release
Label String - EMR release label.
- type String
- The type of the application
- architecture
Application
Architecture - The CPU architecture of an 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 List<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.
- name String
- User friendly Application name.
- network
Configuration ApplicationNetwork Configuration - Network Configuration for customer VPC connectivity.
- runtime
Configuration 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.
- List<Tag>
- Tag map with key and value
- worker
Type Map<String,ApplicationSpecifications Worker Type Specification Input Args> - 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.
- release
Label string - EMR release label.
- type string
- The type of the application
- architecture
Application
Architecture - The CPU architecture of an 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 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.
- name string
- User friendly Application name.
- network
Configuration ApplicationNetwork Configuration - Network Configuration for customer VPC connectivity.
- runtime
Configuration 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.
- Tag[]
- Tag map with key and value
- worker
Type {[key: string]: ApplicationSpecifications Worker Type Specification Input Args} - 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.
- release_
label str - EMR release label.
- type str
- The type of the application
- architecture
Application
Architecture - The CPU architecture of an application.
- auto_
start_ Applicationconfiguration Auto Start Configuration Args - Configuration for Auto Start of Application.
- auto_
stop_ Applicationconfiguration Auto Stop Configuration Args - Configuration for Auto Stop of Application.
- image_
configuration ApplicationImage Configuration Input Args - The image configuration applied to all worker types.
- initial_
capacity Sequence[ApplicationInitial Capacity Config Key Value Pair Args] - Initial capacity initialized when an Application is started.
- interactive_
configuration ApplicationInteractive Configuration Args - The interactive configuration object that enables the interactive use cases for an application.
- maximum_
capacity ApplicationMaximum Allowed Resources Args - Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- monitoring_
configuration ApplicationMonitoring Configuration Args - 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.
- name str
- User friendly Application name.
- network_
configuration ApplicationNetwork Configuration Args - Network Configuration for customer VPC connectivity.
- runtime_
configuration Sequence[ApplicationConfiguration Object Args] - 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.
- Sequence[Tag
Args] - Tag map with key and value
- worker_
type_ Mapping[str, Applicationspecifications Worker Type Specification Input Args] - 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.
- release
Label String - EMR release label.
- type String
- The type of the application
- architecture "ARM64" | "X86_64"
- The CPU architecture of an application.
- auto
Start Property MapConfiguration - Configuration for Auto Start of Application.
- auto
Stop Property MapConfiguration - Configuration for Auto Stop of Application.
- image
Configuration Property Map - The image configuration applied to all worker types.
- initial
Capacity List<Property Map> - Initial capacity initialized when an Application is started.
- interactive
Configuration Property Map - The interactive configuration object that enables the interactive use cases for an application.
- maximum
Capacity Property Map - Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
- monitoring
Configuration 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.
- name String
- User friendly Application name.
- network
Configuration Property Map - Network Configuration for customer VPC connectivity.
- runtime
Configuration 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.
- List<Property Map>
- Tag map with key and value
- worker
Type 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:
- Application
Id string - The ID of the EMR Serverless Application.
- Arn string
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- Id string
- The provider-assigned unique ID for this managed resource.
- Application
Id string - The ID of the EMR Serverless Application.
- Arn string
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- Id string
- The provider-assigned unique ID for this managed resource.
- application
Id String - The ID of the EMR Serverless Application.
- arn String
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- id String
- The provider-assigned unique ID for this managed resource.
- application
Id string - The ID of the EMR Serverless Application.
- arn string
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- id string
- The provider-assigned unique ID for this managed resource.
- application_
id str - The ID of the EMR Serverless Application.
- arn str
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- id str
- The provider-assigned unique ID for this managed resource.
- application
Id String - The ID of the EMR Serverless Application.
- arn String
- The Amazon Resource Name (ARN) of the EMR Serverless Application.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ApplicationArchitecture, ApplicationArchitectureArgs
- Arm64
- ARM64
- X8664
- X86_64
- Application
Architecture Arm64 - ARM64
- Application
Architecture X8664 - X86_64
- Arm64
- ARM64
- X8664
- X86_64
- Arm64
- ARM64
- X8664
- X86_64
- ARM64
- ARM64
- X8664
- X86_64
- "ARM64"
- ARM64
- "X86_64"
- X86_64
ApplicationAutoStartConfiguration, ApplicationAutoStartConfigurationArgs
- 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, ApplicationAutoStopConfigurationArgs
- 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 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.
- idle
Timeout 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.
- idle
Timeout 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.
- idle
Timeout NumberMinutes - The amount of time [in minutes] to wait before auto stopping the Application when idle. Defaults to 15 minutes.
ApplicationCloudWatchLoggingConfiguration, ApplicationCloudWatchLoggingConfigurationArgs
- Enabled bool
- If set to false, CloudWatch logging will be turned off. Defaults to false.
- Encryption
Key stringArn - KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- Log
Group stringName - 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 stringName Prefix - Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- Log
Type 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.
- Encryption
Key stringArn - KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- Log
Group stringName - 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 stringName Prefix - Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- Log
Type []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.
- encryption
Key StringArn - KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- log
Group StringName - 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 StringName Prefix - Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- log
Type 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.
- encryption
Key stringArn - KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- log
Group stringName - 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 stringName Prefix - Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- log
Type 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.
- encryption
Key StringArn - KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
- log
Group StringName - 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 StringName Prefix - Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
- log
Type List<Property Map>Map - The specific log-streams which need to be uploaded to CloudWatch.
ApplicationConfigurationObject, ApplicationConfigurationObjectArgs
- 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
[]Application
Configuration Object - Properties map[string]string
- classification String
- String with a maximum length of 1024.
- configurations
List<Application
Configuration Object> - properties Map<String,String>
- classification string
- String with a maximum length of 1024.
- configurations
Application
Configuration Object[] - properties {[key: string]: string}
- classification str
- String with a maximum length of 1024.
- configurations
Sequence[Application
Configuration Object] - properties Mapping[str, str]
- classification String
- String with a maximum length of 1024.
- configurations List<Property Map>
- properties Map<String>
ApplicationImageConfigurationInput, ApplicationImageConfigurationInputArgs
- Image
Uri 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 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 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 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.
- image
Uri 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, ApplicationInitialCapacityConfigArgs
- Worker
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. Application Worker 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
- 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
- worker
Configuration ApplicationWorker Configuration - worker
Count 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
- worker
Configuration ApplicationWorker Configuration - worker
Count 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
- worker
Configuration Property Map - worker
Count 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, ApplicationInitialCapacityConfigKeyValuePairArgs
- 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
Application
Initial Capacity Config
- key String
- Worker type for an analytics framework.
- value
Application
Initial Capacity Config
- key string
- Worker type for an analytics framework.
- value
Application
Initial Capacity Config
- key str
- Worker type for an analytics framework.
- value
Application
Initial Capacity Config
- key String
- Worker type for an analytics framework.
- value Property Map
ApplicationInteractiveConfiguration, ApplicationInteractiveConfigurationArgs
- 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
- 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
- livy
Endpoint BooleanEnabled - Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studio
Enabled Boolean - Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
- livy
Endpoint booleanEnabled - Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studio
Enabled 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
- livy
Endpoint BooleanEnabled - Enables an Apache Livy endpoint that you can connect to and run interactive jobs
- studio
Enabled Boolean - Enabled you to connect an Application to Amazon EMR Studio to run interactive workloads in a notebook
ApplicationLogTypeMapKeyValuePair, ApplicationLogTypeMapKeyValuePairArgs
ApplicationManagedPersistenceMonitoringConfiguration, ApplicationManagedPersistenceMonitoringConfigurationArgs
- Enabled bool
- If set to false, managed logging will be turned off. Defaults to true.
- Encryption
Key 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 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.
- encryption
Key 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.
- encryption
Key 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.
- encryption
Key StringArn - KMS key ARN to encrypt the logs stored in managed persistence
ApplicationMaximumAllowedResources, ApplicationMaximumAllowedResourcesArgs
ApplicationMonitoringConfiguration, ApplicationMonitoringConfigurationArgs
- Cloud
Watch Pulumi.Logging Configuration Aws Native. Emr Serverless. Inputs. Application Cloud Watch Logging Configuration - CloudWatch logging configurations for a JobRun.
- Managed
Persistence Pulumi.Monitoring Configuration Aws Native. Emr Serverless. Inputs. Application Managed Persistence Monitoring Configuration - Managed log persistence configurations for a JobRun.
- S3Monitoring
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. Application S3Monitoring 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.
- S3Monitoring
Configuration 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.
- s3Monitoring
Configuration 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.
- s3Monitoring
Configuration 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.
- s3_
monitoring_ Applicationconfiguration S3Monitoring Configuration - S3 monitoring configurations for a JobRun.
- cloud
Watch Property MapLogging Configuration - CloudWatch logging configurations for a JobRun.
- managed
Persistence Property MapMonitoring Configuration - Managed log persistence configurations for a JobRun.
- s3Monitoring
Configuration Property Map - S3 monitoring configurations for a JobRun.
ApplicationNetworkConfiguration, ApplicationNetworkConfigurationArgs
- Security
Group List<string>Ids - The ID of the security groups in the VPC to which you want to connect your job or application.
- Subnet
Ids List<string> - The ID of the subnets in the VPC to which you want to connect your job or application.
- Security
Group []stringIds - The ID of the security groups in the VPC to which you want to connect your job or application.
- Subnet
Ids []string - The ID of the subnets in the VPC to which you want to connect your job or application.
- security
Group List<String>Ids - The ID of the security groups in the VPC to which you want to connect your job or application.
- subnet
Ids List<String> - The ID of the subnets in the VPC to which you want to connect your job or application.
- security
Group string[]Ids - The ID of the security groups in the VPC to which you want to connect your job or application.
- subnet
Ids 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.
- security
Group List<String>Ids - The ID of the security groups in the VPC to which you want to connect your job or application.
- subnet
Ids List<String> - The ID of the subnets in the VPC to which you want to connect your job or application.
ApplicationS3MonitoringConfiguration, ApplicationS3MonitoringConfigurationArgs
- Encryption
Key stringArn - KMS key ARN to encrypt the logs stored in given s3
- Log
Uri string
- Encryption
Key stringArn - KMS key ARN to encrypt the logs stored in given s3
- Log
Uri string
- encryption
Key StringArn - KMS key ARN to encrypt the logs stored in given s3
- log
Uri String
- encryption
Key stringArn - KMS key ARN to encrypt the logs stored in given s3
- log
Uri string
- encryption_
key_ strarn - KMS key ARN to encrypt the logs stored in given s3
- log_
uri str
- encryption
Key StringArn - KMS key ARN to encrypt the logs stored in given s3
- log
Uri String
ApplicationWorkerConfiguration, ApplicationWorkerConfigurationArgs
- 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
- Disk
Type 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
- Disk
Type 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
- disk
Type 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
- disk
Type 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
- disk
Type String - Per worker DiskType resource. Shuffle optimized and Standard are only supported types and specifying diskType is optional
ApplicationWorkerTypeSpecificationInput, ApplicationWorkerTypeSpecificationInputArgs
- Image
Configuration Pulumi.Aws Native. Emr Serverless. Inputs. Application Image Configuration Input - The image configuration for a worker type.
- Image
Configuration ApplicationImage Configuration Input - The image configuration for a worker type.
- image
Configuration ApplicationImage Configuration Input - The image configuration for a worker type.
- image
Configuration ApplicationImage Configuration Input - The image configuration for a worker type.
- image_
configuration ApplicationImage Configuration Input - The image configuration for a worker type.
- image
Configuration Property Map - The image configuration for a worker type.
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.