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::SystemsManagerSAP::Application |
Id | aws.systemsmanagersap.applications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
application_type | string | |
arn | string | The ARN of the Helix application |
credentials | array | |
instances | array | |
sap_instance_number | string | |
sid | string | |
tags | array | The tags of a SystemsManagerSAP 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,
arn
FROM aws.systemsmanagersap.applications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the applications_list_only
resource, see applications