BackendConfigurationArgs

data class BackendConfigurationArgs(val subnet: Output<BackendSubnetConfigurationArgs>? = null) : ConvertibleToJava<BackendConfigurationArgs>

Information regarding how the gateway should integrate with backend systems.

Constructors

Link copied to clipboard
constructor(subnet: Output<BackendSubnetConfigurationArgs>? = null)

Properties

Link copied to clipboard

The default hostname of the data-plane gateway to which requests can be sent.

Functions

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