route53recoveryreadiness_get_architecture_recommendations {paws.networking}R Documentation

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

Description

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

See https://www.paws-r-sdk.com/docs/route53recoveryreadiness_get_architecture_recommendations/ for full documentation.

Usage

route53recoveryreadiness_get_architecture_recommendations(
  MaxResults = NULL,
  NextToken = NULL,
  RecoveryGroupName
)

Arguments

MaxResults

The number of objects that you want to return with this call.

NextToken

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

RecoveryGroupName

[required] The name of a recovery group.


[Package paws.networking version 0.7.0 Index]