apps_list_only
Lists apps in a region or regions, for all properties use apps
Overview
| Name | apps_list_only |
| Type | Resource |
| Description | Resource Type Definition for AWS::ResilienceHub::App. |
| Id | aws.resiliencehub.apps_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
app_arn | string | Amazon Resource Name (ARN) of the App. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all apps in a region.
SELECT
region,
app_arn
FROM aws.resiliencehub.apps_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the apps_list_only resource, see apps