aws.route53_recovery_readiness.get_architecture_recommendations
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.get_architecture_recommendationsWHERE"recovery_group_name" = 'VALUE';Description
Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| recovery_group_name Required Input Column The name of a recovery group. | VARCHAR |
| max_results Input Column The number of objects that you want to return with this call. | BIGINT |
| next_token Input Column The token that identifies which batch of results you want to see. | 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
| |
| last_audit_timestamp The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format. | TIMESTAMP_S |
| recommendations A list of the recommendations for the customer's application. | STRUCT( |
Show child fields
| |