Skip to main content

test_recommendations

Creates, updates, deletes, gets or lists a test_recommendations resource.

Overview

Nametest_recommendations
TypeResource
Idaws.resiliencehub.test_recommendations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
next_tokenstringToken for the next set of results, or null if there are no more results. (pattern: <code>^\S{1,2000}$</code>)
test_recommendationsarrayThe test recommendations for the Resilience Hub application.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_test_recommendationsselectregionLists the test recommendations for the Resilience Hub application.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists the test recommendations for the Resilience Hub application.

SELECT
next_token,
test_recommendations
FROM aws.resiliencehub.test_recommendations
WHERE region = '{{ region }}' -- required
;