All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.kinesisfirehose.kotlin.outputs.DeliveryStreamHttpEndpointCommonAttribute.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.kinesisfirehose.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property attributeName The name of the HTTP endpoint common attribute.
 * @property attributeValue The value of the HTTP endpoint common attribute.
 */
public data class DeliveryStreamHttpEndpointCommonAttribute(
    public val attributeName: String,
    public val attributeValue: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.kinesisfirehose.outputs.DeliveryStreamHttpEndpointCommonAttribute): DeliveryStreamHttpEndpointCommonAttribute = DeliveryStreamHttpEndpointCommonAttribute(
            attributeName = javaType.attributeName(),
            attributeValue = javaType.attributeValue(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy