
com.pulumi.aws.globalaccelerator.kotlin.outputs.CustomRoutingEndpointGroupEndpointConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.globalaccelerator.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property endpointId An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.
*/
public data class CustomRoutingEndpointGroupEndpointConfiguration(
public val endpointId: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.globalaccelerator.outputs.CustomRoutingEndpointGroupEndpointConfiguration): CustomRoutingEndpointGroupEndpointConfiguration =
CustomRoutingEndpointGroupEndpointConfiguration(
endpointId = javaType.endpointId().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy