Binding Args
data class BindingArgs(val cert: Output<CertArgs>? = null, val hostName: Output<String>? = null, val ipAddress: Output<String>? = null, val port: Output<String>? = null, val portMapping: Output<PortMappingArgs>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<BindingArgs>
Binding for a web application.
Constructors
Link copied to clipboard
fun BindingArgs(cert: Output<CertArgs>? = null, hostName: Output<String>? = null, ipAddress: Output<String>? = null, port: Output<String>? = null, portMapping: Output<PortMappingArgs>? = null, protocol: Output<String>? = null)