SystemParameterRuleArgs

data class SystemParameterRuleArgs(val parameters: Output<List<SystemParameterArgs>>? = null, val selector: Output<String>? = null) : ConvertibleToJava<SystemParameterRuleArgs>

Define a system parameter rule mapping system parameter definitions to methods.

Constructors

Link copied to clipboard
fun SystemParameterRuleArgs(parameters: Output<List<SystemParameterArgs>>? = null, selector: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val parameters: Output<List<SystemParameterArgs>>? = null

Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.

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

Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.