ApigatewayGatewayConfigArgs

data class ApigatewayGatewayConfigArgs(val backendConfig: Output<ApigatewayBackendConfigArgs>) : ConvertibleToJava<ApigatewayGatewayConfigArgs>

Configuration settings for Gateways.

Constructors

Link copied to clipboard
constructor(backendConfig: Output<ApigatewayBackendConfigArgs>)

Properties

Link copied to clipboard

Backend settings that are applied to all backends of the Gateway.

Functions

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