route53recoveryreadiness_create_recovery_group {paws.networking} | R Documentation |
Creates a recovery group in an account
Description
Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.
See https://www.paws-r-sdk.com/docs/route53recoveryreadiness_create_recovery_group/ for full documentation.
Usage
route53recoveryreadiness_create_recovery_group(
Cells = NULL,
RecoveryGroupName,
Tags = NULL
)
Arguments
Cells |
A list of the cell Amazon Resource Names (ARNs) in the recovery group. |
RecoveryGroupName |
[required] The name of the recovery group to create. |
Tags |
[Package paws.networking version 0.7.0 Index]