applications_list_only
Lists applications
in a region or regions, for all properties use applications
Overview
Name | applications_list_only |
Type | Resource |
Description | Resource Type definition for AWS:AppIntegrations::Application |
Id | aws.appintegrations.applications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the application. |
id | string | The id of the application. |
namespace | string | The namespace of the application. |
description | string | The application description. |
application_arn | string | The Amazon Resource Name (ARN) of the application. |
application_source_config | object | Application source config |
permissions | array | The configuration of events or requests that the application has access to. |
tags | array | The tags (keys and values) associated with the application. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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