Stack Instance Parameter Override Args
data class StackInstanceParameterOverrideArgs(val parameterKey: Output<String>? = null, val parameterValue: Output<String>? = null) : ConvertibleToJava<StackInstanceParameterOverrideArgs>
Properties
Link copied to clipboard
The key of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.
Link copied to clipboard
The value of override parameter. If you do not specify the key and value of the parameter, ROS uses the key and value that you specified when you created the stack group.