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 Type definition for AWS:AppIntegrations::Application
Idaws.appintegrations.applications_list_only

Fields

NameDatatypeDescription
namestringThe name of the application.
idstringThe id of the application.
namespacestringThe namespace of the application.
descriptionstringThe application description.
application_arnstringThe Amazon Resource Name (ARN) of the application.
application_source_configobjectApplication source config
permissionsarrayThe configuration of events or requests that the application has access to.
tagsarrayThe tags (keys and values) associated with the application.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all applications in a region.

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

Permissions

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