opsworkscm_update_server_engine_attributes: Updates engine-specific attributes on a specified server

View source: R/opsworkscm_operations.R

opsworkscm_update_server_engine_attributesR Documentation

Updates engine-specific attributes on a specified server

Description

Updates engine-specific attributes on a specified server. The server enters the MODIFYING state when this operation is in progress. Only one update can occur at a time. You can use this command to reset a Chef server's public key (CHEF_PIVOTAL_KEY) or a Puppet server's admin password (PUPPET_ADMIN_PASSWORD).

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

Usage

opsworkscm_update_server_engine_attributes(
  ServerName,
  AttributeName,
  AttributeValue = NULL
)

Arguments

ServerName

[required] The name of the server to update.

AttributeName

[required] The name of the engine attribute to update.

AttributeValue

The value to set for the attribute.


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