opsworkscm_update_server: Updates settings for a server

View source: R/opsworkscm_operations.R

opsworkscm_update_serverR Documentation

Updates settings for a server

Description

Updates settings for a server.

See https://www.paws-r-sdk.com/docs/opsworkscm_update_server/ for full documentation.

Usage

opsworkscm_update_server(
  DisableAutomatedBackup = NULL,
  BackupRetentionCount = NULL,
  ServerName,
  PreferredMaintenanceWindow = NULL,
  PreferredBackupWindow = NULL
)

Arguments

DisableAutomatedBackup

Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.

BackupRetentionCount

Sets the number of automated backups that you want to keep.

ServerName

[required] The name of the server to update.

PreferredMaintenanceWindow
PreferredBackupWindow

paws.management documentation built on Sept. 12, 2023, 1:06 a.m.