Skip to main content

applications

Retrieves a list of applications in a region

Overview

Nameapplications
TypeResource
Descriptionapplications
Idawscc.emrserverless.applications

Fields

NameDatatypeDescription
application_idstringThe ID of the EMR Serverless Application.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_id
FROM awscc.emrserverless.applications
WHERE region = 'us-east-1'

Permissions

To operate on the applications resource, the following permissions are required:

Create

kms:Create*,
kms:Describe*,
kms:Enable*,
kms:List*,
kms:Put*,
kms:Update*,
kms:Revoke*,
kms:Disable*,
kms:Get*,
kms:Delete*,
kms:ScheduleKeyDeletion,
kms:CancelKeyDeletion,
kms:GenerateDataKey,
kms:TagResource,
kms:UntagResource,
kms:Decrypt,
emr-serverless:CreateApplication,
emr-serverless:TagResource,
emr-serverless:GetApplication,
iam:CreateServiceLinkedRole,
ec2:CreateNetworkInterface,
ecr:BatchGetImage,
ecr:DescribeImages,
ecr:GetDownloadUrlForLayer

List

emr-serverless:ListApplications