View source: R/emrserverless_operations.R
emrserverless_create_application | R Documentation |
Creates an application.
See https://www.paws-r-sdk.com/docs/emrserverless_create_application/ for full documentation.
emrserverless_create_application(
name = NULL,
releaseLabel,
type,
clientToken,
initialCapacity = NULL,
maximumCapacity = NULL,
tags = NULL,
autoStartConfiguration = NULL,
autoStopConfiguration = NULL,
networkConfiguration = NULL,
architecture = NULL,
imageConfiguration = NULL,
workerTypeSpecifications = NULL,
runtimeConfiguration = NULL,
monitoringConfiguration = NULL,
interactiveConfiguration = NULL
)
name |
The name of the application. |
releaseLabel |
[required] The Amazon EMR release associated with the application. |
type |
[required] The type of application you want to start, such as Spark or Hive. |
clientToken |
[required] The client idempotency token of the application to create. Its value must be unique for each request. |
initialCapacity |
The capacity to initialize when the application is created. |
maximumCapacity |
The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit. |
tags |
The tags assigned to the application. |
autoStartConfiguration |
The configuration for an application to automatically start on job submission. |
autoStopConfiguration |
The configuration for an application to automatically stop after a certain amount of time being idle. |
networkConfiguration |
The network configuration for customer VPC connectivity. |
architecture |
The CPU architecture of an application. |
imageConfiguration |
The image configuration for all worker types. You can either set this
parameter or |
workerTypeSpecifications |
The key-value pairs that specify worker type to
|
runtimeConfiguration |
The Configuration specifications to use when creating an application. Each configuration consists of a classification and properties. This configuration is applied to all the job runs submitted under the application. |
monitoringConfiguration |
The configuration setting for monitoring. |
interactiveConfiguration |
The interactive configuration object that enables the interactive use cases to use when running an application. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.