Get Architecture Recommendations
route53recoveryreadiness_get_architecture_recommendations | 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.
Usage¶
route53recoveryreadiness_get_architecture_recommendations(MaxResults,
NextToken, 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. |
Value¶
A list with the following syntax:
list(
LastAuditTimestamp = as.POSIXct(
"2015-01-01"
),
NextToken = "string",
Recommendations = list(
list(
RecommendationText = "string"
)
)
)
Request syntax¶
svc$get_architecture_recommendations(
MaxResults = 123,
NextToken = "string",
RecoveryGroupName = "string"
)