Endpoint Delivery Rule Modify Response Header Action Args
data class EndpointDeliveryRuleModifyResponseHeaderActionArgs(val action: Output<String>, val name: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<EndpointDeliveryRuleModifyResponseHeaderActionArgs>
Constructors
Link copied to clipboard
fun EndpointDeliveryRuleModifyResponseHeaderActionArgs(action: Output<String>, name: Output<String>, value: Output<String>? = null)