aws.resiliencehub.list_suggested_resiliency_policies
Example SQL Queries
SELECT * FROMaws.resiliencehub.list_suggested_resiliency_policies;Description
Lists the suggested resiliency policies for the Resilience Hub applications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. | BIGINT |
| next_token Input Column Token for the next set of results, or null if there are no more results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| resiliency_policies The suggested resiliency policies for the Resilience Hub applications. | STRUCT( |
Show child fields
| |