---
type: resource-type
title: ResilienceHubApp
description: aws resource type AWS::ResilienceHub::App
name: ResilienceHubApp
lexicon: aws
resource_type: AWS::ResilienceHub::App
---
`AWS::ResilienceHub::App`, a resource type of the aws lexicon.

## Properties

- `AppTemplateBody` (`string`, required): A string containing full ResilienceHub app template body.
- `Name` (`string`, required): Name of the app.
- `ResourceMappings` (`ResilienceHubApp_ResourceMapping[]`, required): An array of ResourceMapping objects.
- `AppArn` (`string`, optional): Amazon Resource Name (ARN) of the App.
- `AppAssessmentSchedule` (`"Daily" | "Disabled"`, optional): Assessment execution schedule.
- `Description` (`string`, optional): App description.
- `DriftStatus` (`"Detected" | "NotChecked" | "NotDetected"`, optional): Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
- `EventSubscriptions` (`ResilienceHubApp_EventSubscription[]`, optional): The list of events you would like to subscribe and get notification for.
- `PermissionModel` (`ResilienceHubApp_PermissionModel`, optional)
- `ResiliencyPolicyArn` (`string`, optional): Amazon Resource Name (ARN) of the Resiliency Policy.
- `Tags` (`Record<string, unknown>`, optional)

## Attributes

- `AppArn`
- `DriftStatus`
