GatewayDetailsArgs

data class GatewayDetailsArgs(val gatewayResourceId: Output<String>? = null) : ConvertibleToJava<GatewayDetailsArgs>

The gateway details.

Constructors

Link copied to clipboard
constructor(gatewayResourceId: Output<String>? = null)

Properties

Link copied to clipboard
val gatewayResourceId: Output<String>? = null

Gateway resource to be associated with the server.

Functions

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