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

com.pulumi.awsnative.networkmanager.kotlin.outputs.ConnectAttachmentOptions.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.networkmanager.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Connect attachment options for protocol
 * @property protocol Tunnel protocol for connect attachment
 */
public data class ConnectAttachmentOptions(
    public val protocol: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.networkmanager.outputs.ConnectAttachmentOptions): ConnectAttachmentOptions = ConnectAttachmentOptions(
            protocol = javaType.protocol().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy