opsworkscm_create_backup {paws.management} | R Documentation |
Creates an application-level backup of a server
Description
Creates an application-level backup of a server. While the server is in the BACKING_UP
state, the server cannot be changed, and no additional backup can be created.
See https://www.paws-r-sdk.com/docs/opsworkscm_create_backup/ for full documentation.
Usage
opsworkscm_create_backup(ServerName, Description = NULL, Tags = NULL)
Arguments
ServerName |
[required] The name of the server that you want to back up. |
Description |
A user-defined description of the backup. |
Tags |
A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
|