Skip to main content

applications_list_only

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

Overview

Nameapplications_list_only
TypeResource
DescriptionRepresents an application that runs on an AWS Mainframe Modernization Environment
Idaws.m2.applications_list_only

Fields

NameDatatypeDescription
application_arnstring
application_idstring
definitionundefined
descriptionstring
engine_typestringThe target platform for the environment.
kms_key_idstringThe ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
namestring
role_arnstring
tagsobjectDefines tags associated to an environment.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all applications in a region.

SELECT
region,
application_arn
FROM aws.m2.applications_list_only
WHERE region = 'us-east-1';

Permissions

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