app_tags
Expands all tag keys and values for apps
in a region
Overview
Name | app_tags |
Type | Resource |
Description | Resource Type Definition for AWS::ResilienceHub::App. |
Id | aws.resiliencehub.app_tags |
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. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all apps
in a region.
SELECT
region,
name,
description,
app_arn,
resiliency_policy_arn,
app_template_body,
resource_mappings,
app_assessment_schedule,
permission_model,
event_subscriptions,
drift_status,
tag_key,
tag_value
FROM aws.resiliencehub.app_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the app_tags
resource, see apps