![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.ec2.kotlin.outputs.GetEgressOnlyInternetGatewayResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.ec2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id Service Generated ID of the EgressOnlyInternetGateway
*/
public data class GetEgressOnlyInternetGatewayResult(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.ec2.outputs.GetEgressOnlyInternetGatewayResult): GetEgressOnlyInternetGatewayResult = GetEgressOnlyInternetGatewayResult(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy