GroupConfigurationParameterArgs

data class GroupConfigurationParameterArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<GroupConfigurationParameterArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the group configuration parameter.

Link copied to clipboard
val values: Output<List<String>>

The value or values to be used for the specified parameter.

Functions

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