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 |
---|---|---|
name | string | Name of the app. |
description | string | App description. |
app_arn | string | Amazon Resource Name (ARN) of the App. |
resiliency_policy_arn | string | Amazon Resource Name (ARN) of the Resiliency Policy. |
tags | object | |
app_template_body | string | A string containing full ResilienceHub app template body. |
resource_mappings | array | An array of ResourceMapping objects. |
app_assessment_schedule | string | Assessment execution schedule. |
permission_model | object | Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment. |
event_subscriptions | array | The list of events you would like to subscribe and get notification for. |
drift_status | string | Indicates if compliance drifts (deviations) were detected while running an assessment for your application. |
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