DeliveryStreamHttpEndpointCommonAttributeArgs

data class DeliveryStreamHttpEndpointCommonAttributeArgs(val attributeName: Output<String>, val attributeValue: Output<String>) : ConvertibleToJava<DeliveryStreamHttpEndpointCommonAttributeArgs>

Constructors

fun DeliveryStreamHttpEndpointCommonAttributeArgs(attributeName: Output<String>, attributeValue: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamHttpEndpointCommonAttributeArgs

Properties

Link copied to clipboard
val attributeName: Output<String>
Link copied to clipboard
val attributeValue: Output<String>