Skip to main content

applications_list_only

Lists applications in a region or regions, for all properties use applications

Overview

Nameapplications_list_only
TypeResource
DescriptionResource schema for AWS::EMRServerless::Application Type
Idaws.emrserverless.applications_list_only

Fields

NameDatatypeDescription
architecturestringThe cpu architecture of an application.
namestringUser friendly Application name.
release_labelstringEMR release label.
typestringThe type of the application
initial_capacityarrayInitial capacity initialized when an Application is started.
maximum_capacityobjectMaximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
tagsarrayTag map with key and value
auto_start_configurationobjectConfiguration for Auto Start of Application.
auto_stop_configurationobjectConfiguration for Auto Stop of Application.
image_configurationobjectThe image configuration.
monitoring_configurationobjectMonitoring configuration for batch and interactive JobRun.
runtime_configurationarrayRuntime configuration for batch and interactive JobRun.
network_configurationobjectNetwork Configuration for customer VPC connectivity.
arnstringThe Amazon Resource Name (ARN) of the EMR Serverless Application.
application_idstringThe ID of the EMR Serverless Application.
worker_type_specificationsobjectThe 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all applications in a region.

SELECT
region,
application_id
FROM aws.emrserverless.applications_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the applications_list_only resource, see applications