ConformancePackInputParameterArgs

data class ConformancePackInputParameterArgs(val parameterName: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<ConformancePackInputParameterArgs>

Input parameters in the form of key-value pairs for the conformance pack.

Constructors

Link copied to clipboard
fun ConformancePackInputParameterArgs(parameterName: Output<String>, parameterValue: Output<String>)

Functions

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

Properties

Link copied to clipboard
val parameterName: Output<String>
Link copied to clipboard
val parameterValue: Output<String>