DeliveryStreamHttpEndpointCommonAttributeArgs

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

Constructors

constructor(attributeName: Output<String>, attributeValue: Output<String>)

Properties

Link copied to clipboard
val attributeName: Output<String>

The name of the HTTP endpoint common attribute.

Link copied to clipboard
val attributeValue: Output<String>

The value of the HTTP endpoint common attribute.

Functions

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