---
title: Resilience Hub Recommendation Template
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > DDSQL Reference > Data Directory > Resilience Hub Recommendation
  Template
---

# Resilience Hub Recommendation Template

The Resilience Hub Recommendation Template in AWS is a resource that captures recommendations generated by AWS Resilience Hub after assessing an application's resilience. It provides guidance on improvements such as configuration changes, service adjustments, or architecture updates to enhance availability, reliability, and fault tolerance. This template helps users implement best practices for disaster recovery and resilience planning.

```
aws.resiliencehub_recommendation_template
```

## Fields

| Title                       | ID   | Type          | Data Type                                                                                                                                                                                                                                                              | Description |
| --------------------------- | ---- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                        | core | string        |
| account_id                  | core | string        |
| app_arn                     | core | string        | Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide. |
| assessment_arn              | core | string        | Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.      |
| end_time                    | core | timestamp     | The end time for the action.                                                                                                                                                                                                                                           |
| format                      | core | string        | Format of the recommendation template. CfnJson The template is CloudFormation JSON. CfnYaml The template is CloudFormation YAML.                                                                                                                                       |
| message                     | core | string        | Message for the recommendation template.                                                                                                                                                                                                                               |
| name                        | core | string        | Name for the recommendation template.                                                                                                                                                                                                                                  |
| needs_replacements          | core | bool          | Indicates if replacements are needed.                                                                                                                                                                                                                                  |
| recommendation_ids          | core | array<string> | Identifiers for the recommendations used in the recommendation template.                                                                                                                                                                                               |
| recommendation_template_arn | core | string        | Amazon Resource Name (ARN) for the recommendation template.                                                                                                                                                                                                            |
| recommendation_types        | core | array<string> | An array of strings that specify the recommendation template type or types. Alarm The template is an AlarmRecommendation template. Sop The template is a SopRecommendation template. Test The template is a TestRecommendation template.                               |
| start_time                  | core | timestamp     | The start time for the action.                                                                                                                                                                                                                                         |
| status                      | core | string        | Status of the action.                                                                                                                                                                                                                                                  |
| tags                        | core | hstore_csv    |
| templates_location          | core | json          | The file location of the template.                                                                                                                                                                                                                                     |
