SecurityControlParameterValueArgs

constructor(boolean: Output<Boolean>? = null, double: Output<Double>? = null, enum: Output<String>? = null, enumList: Output<List<String>>? = null, integer: Output<Int>? = null, integerList: Output<List<Int>>? = null, string: Output<String>? = null, stringList: Output<List<String>>? = null)