paws.compute (version 0.1.0)

lightsail_update_relational_database_parameters: Allows the update of one or more parameters of a database in Amazon Lightsail

Description

Allows the update of one or more parameters of a database in Amazon Lightsail.

Usage

lightsail_update_relational_database_parameters(relationalDatabaseName,
  parameters)

Arguments

relationalDatabaseName

[required] The name of your database for which to update parameters.

parameters

[required] The database parameters to update.

Request syntax

svc$update_relational_database_parameters(
  relationalDatabaseName = "string",
  parameters = list(
    list(
      allowedValues = "string",
      applyMethod = "string",
      applyType = "string",
      dataType = "string",
      description = "string",
      isModifiable = TRUE|FALSE,
      parameterName = "string",
      parameterValue = "string"
    )
  )
)

Details

Parameter updates don't cause outages; therefore, their application is not subject to the preferred maintenance window. However, there are two ways in which paramater updates are applied: dynamic or pending-reboot. Parameters marked with a dynamic apply type are applied immediately. Parameters marked with a pending-reboot apply type are applied only after the database is rebooted using the reboot relational database operation.

The update relational database parameters operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Lightsail Dev Guide.