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::AppConfig::Application |
Id | aws.appconfig.applications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A description of the application. |
application_id | string | The application Id |
tags | array | Metadata to assign to the application. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. |
name | string | A name for 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_id
FROM aws.appconfig.applications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the applications_list_only
resource, see applications