GatewayArgs

data class GatewayArgs(val type: Output<GatewayType>) : ConvertibleToJava<GatewayArgs>

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Constructors

Link copied to clipboard
fun GatewayArgs(type: Output<GatewayType>)

Functions

Link copied to clipboard
open override fun toJava(): GatewayArgs

Properties

Link copied to clipboard
val type: Output<GatewayType>

The type of hosting used by the gateway.