application_tags
Expands all tag keys and values for applications in a region
Overview
| Name | application_tags |
| Type | Resource |
| Description | Resource schema for AWS::EMRServerless::Application Type |
| Id | aws.emrserverless.application_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
architecture | string | The cpu architecture of an application. |
name | string | User friendly Application name. |
release_label | string | EMR release label. |
type | string | The type of the application |
initial_capacity | array | Initial capacity initialized when an Application is started. |
maximum_capacity | object | Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit. |
auto_start_configuration | object | Configuration for Auto Start of Application. |
auto_stop_configuration | object | Configuration for Auto Stop of Application. |
image_configuration | object | The image configuration. |
monitoring_configuration | object | Monitoring configuration for batch and interactive JobRun. |
runtime_configuration | array | Runtime configuration for batch and interactive JobRun. |
interactive_configuration | object | |
network_configuration | object | Network Configuration for customer VPC connectivity. |
arn | string | The Amazon Resource Name (ARN) of the EMR Serverless Application. |
application_id | string | The ID of the EMR Serverless Application. |
worker_type_specifications | object | 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. |
scheduler_configuration | object | The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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,
interactive_configuration,
network_configuration,
arn,
application_id,
worker_type_specifications,
scheduler_configuration,
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