Studio Component Script Parameter Key Value Args
data class StudioComponentScriptParameterKeyValueArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<StudioComponentScriptParameterKeyValueArgs>
A parameter for a studio component script, in the form of a key:value pair.