Conformance Pack Input Parameter Args
data class ConformancePackInputParameterArgs(val parameterName: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<ConformancePackInputParameterArgs>
Constructors
Link copied to clipboard
fun ConformancePackInputParameterArgs(parameterName: Output<String>, parameterValue: Output<String>)