Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionResource schema for AWS::EMRServerless::Application Type
Idaws.emrserverless.application_tags

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.
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all applications in a region.

SELECT
region,
architecture,
name,
release_label,
type,
initial_capacity,
maximum_capacity,
auto_start_configuration,
auto_stop_configuration,
image_configuration,
monitoring_configuration,
runtime_configuration,
network_configuration,
arn,
application_id,
worker_type_specifications,
tag_key,
tag_value
FROM aws.emrserverless.application_tags
WHERE region = 'us-east-1';

Permissions

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