---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_resiliencehub_app Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type Definition for AWS::ResilienceHub::App.
---
# awscc_resiliencehub_app (Resource)
Resource Type Definition for AWS::ResilienceHub::App.
## Schema
### Required
- `app_template_body` (String) A string containing full ResilienceHub app template body.
- `name` (String) Name of the app.
- `resource_mappings` (Attributes List) An array of ResourceMapping objects. (see [below for nested schema](#nestedatt--resource_mappings))
### Optional
- `description` (String) App description.
- `resiliency_policy_arn` (String) Amazon Resource Name (ARN) of the Resiliency Policy.
- `tags` (Map of String)
### Read-Only
- `app_arn` (String) Amazon Resource Name (ARN) of the App.
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `resource_mappings`
Required:
- `logical_stack_name` (String)
- `mapping_type` (String)
- `physical_resource_id` (Attributes) (see [below for nested schema](#nestedatt--resource_mappings--physical_resource_id))
- `resource_name` (String)
### Nested Schema for `resource_mappings.physical_resource_id`
Required:
- `aws_account_id` (String)
- `aws_region` (String)
- `identifier` (String)
- `type` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_resiliencehub_app.example
```