System Parameter Args
data class SystemParameterArgs(val httpHeader: Output<String>? = null, val name: Output<String>? = null, val urlQueryParameter: Output<String>? = null) : ConvertibleToJava<SystemParameterArgs>
Define a parameter's name and location. The parameter may be passed as either an HTTP header or a URL query parameter, and if both are passed the behavior is implementation-dependent.
Constructors
Link copied to clipboard
fun SystemParameterArgs(httpHeader: Output<String>? = null, name: Output<String>? = null, urlQueryParameter: Output<String>? = null)