RemediationConfigurationParameterArgs

data class RemediationConfigurationParameterArgs(val name: Output<String>, val resourceValue: Output<String>? = null, val staticValue: Output<String>? = null, val staticValues: Output<List<String>>? = null) : ConvertibleToJava<RemediationConfigurationParameterArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, resourceValue: Output<String>? = null, staticValue: Output<String>? = null, staticValues: Output<List<String>>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Name of the attribute.

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

Value is dynamic and changes at run-time.

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

Value is static and does not change at run-time.

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

List of static values.

Functions

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