dax_update_parameter_group: Modifies the parameters of a parameter group

View source: R/dax_operations.R

dax_update_parameter_groupR Documentation

Modifies the parameters of a parameter group

Description

Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

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

Usage

dax_update_parameter_group(ParameterGroupName, ParameterNameValues)

Arguments

ParameterGroupName

[required] The name of the parameter group.

ParameterNameValues

[required] An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

record-ttl-millis and query-ttl-millis are the only supported parameter names. For more details, see Configuring TTL Settings.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.