applications_list_only
Lists applications
in a region or regions, for all properties use applications
Overview
Name | applications_list_only |
Type | Resource |
Description | Resource Schema for AWS::ServiceCatalogAppRegistry::Application |
Id | aws.servicecatalogappregistry.applications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
name | string | The name of the application. |
description | string | The description of the application. |
tags | object | |
application_tag_key | string | The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value. |
application_tag_value | string | The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value. |
application_name | string | The name of 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,
id
FROM aws.servicecatalogappregistry.applications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the applications_list_only
resource, see applications