SecurityGatewayHubArgs

data class SecurityGatewayHubArgs(val internetGateway: Output<SecurityGatewayHubInternetGatewayArgs>? = null, val region: Output<String>) : ConvertibleToJava<SecurityGatewayHubArgs>

Constructors

Link copied to clipboard
constructor(internetGateway: Output<SecurityGatewayHubInternetGatewayArgs>? = null, region: Output<String>)

Properties

Link copied to clipboard

Internet Gateway configuration. Structure is documented below.

Link copied to clipboard
val region: Output<String>

The identifier for this object. Format specified above.

Functions

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