GatewayLogConfigArgs

data class GatewayLogConfigArgs(val sls: Output<GatewayLogConfigSlsArgs>? = null) : ConvertibleToJava<GatewayLogConfigArgs>

Constructors

Link copied to clipboard
constructor(sls: Output<GatewayLogConfigSlsArgs>? = null)

Properties

Link copied to clipboard
val sls: Output<GatewayLogConfigSlsArgs>? = null

Sls See sls below.

Functions

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