Route53RecoveryReadiness / Client / get_architecture_recommendations

get_architecture_recommendations#

Route53RecoveryReadiness.Client.get_architecture_recommendations(**kwargs)#

Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.

See also: AWS API Documentation

Request Syntax

response = client.get_architecture_recommendations(
    MaxResults=123,
    NextToken='string',
    RecoveryGroupName='string'
)
Parameters:
  • MaxResults (integer) – The number of objects that you want to return with this call.

  • NextToken (string) – The token that identifies which batch of results you want to see.

  • RecoveryGroupName (string) –

    [REQUIRED]

    The name of a recovery group.

Return type:

dict

Returns:

Response Syntax

{
    'LastAuditTimestamp': datetime(2015, 1, 1),
    'NextToken': 'string',
    'Recommendations': [
        {
            'RecommendationText': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    200 response - Success.

    • LastAuditTimestamp (datetime) –

      The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

    • NextToken (string) –

      The token that identifies which batch of results you want to see.

    • Recommendations (list) –

      A list of the recommendations for the customer’s application.

      • (dict) –

        Recommendations that are provided to make an application more recovery resilient.

        • RecommendationText (string) –

          Text of the recommendations that are provided to make an application more recovery resilient.

Exceptions