ParameterGroupStatusArgs

data class ParameterGroupStatusArgs(val nodeIdsToReboot: Output<List<String>>? = null, val parameterApplyStatus: Output<String>? = null, val parameterGroupName: Output<String>? = null) : ConvertibleToJava<ParameterGroupStatusArgs>

Definition of ParameterGroupStatus

Constructors

Link copied to clipboard
constructor(nodeIdsToReboot: Output<List<String>>? = null, parameterApplyStatus: Output<String>? = null, parameterGroupName: Output<String>? = null)

Properties

Link copied to clipboard
val nodeIdsToReboot: Output<List<String>>? = null

The node IDs of one or more nodes to be rebooted.

Link copied to clipboard
val parameterApplyStatus: Output<String>? = null

The status of parameter updates.

Link copied to clipboard
val parameterGroupName: Output<String>? = null

The name of the parameter group.

Functions

Link copied to clipboard
open override fun toJava(): ParameterGroupStatusArgs