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¶
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"
)
)
)