![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.apprunner.kotlin.outputs.ServiceIngressConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.apprunner.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
* Network ingress configuration
* @property isPubliclyAccessible It's set to true if the Apprunner service is publicly accessible. It's set to false otherwise.
*/
public data class ServiceIngressConfiguration(
public val isPubliclyAccessible: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.apprunner.outputs.ServiceIngressConfiguration): ServiceIngressConfiguration = ServiceIngressConfiguration(
isPubliclyAccessible = javaType.isPubliclyAccessible(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy