--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_resiliencehub_app Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::ResilienceHub::App --- # awscc_resiliencehub_app (Data Source) Data Source schema for AWS::ResilienceHub::App ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `app_arn` (String) Amazon Resource Name (ARN) of the App. - `app_template_body` (String) A string containing full ResilienceHub app template body. - `description` (String) App description. - `name` (String) Name of the app. - `resiliency_policy_arn` (String) Amazon Resource Name (ARN) of the Resiliency Policy. - `resource_mappings` (Attributes List) An array of ResourceMapping objects. (see [below for nested schema](#nestedatt--resource_mappings)) - `tags` (Map of String) ### Nested Schema for `resource_mappings` Read-Only: - `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` Read-Only: - `aws_account_id` (String) - `aws_region` (String) - `identifier` (String) - `type` (String)