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
constructor(parameterName: Output<String>, parameterValue: Output<String>)

Properties

Link copied to clipboard
val parameterName: Output<String>

One part of a key-value pair.

Link copied to clipboard
val parameterValue: Output<String>

Another part of the key-value pair.

Functions

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