opsworkscm_create_backup: Creates an application-level backup of a server

View source: R/opsworkscm_operations.R

opsworkscm_create_backupR 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.

  • The key cannot be empty.

  • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: ⁠+ - = . _ : /⁠

  • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: ⁠+ - = . _ : /⁠

  • Leading and trailing white spaces are trimmed from both the key and value.

  • A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.