GatewayLogConfigSlsArgs

data class GatewayLogConfigSlsArgs(val enable: Output<Boolean>? = null) : ConvertibleToJava<GatewayLogConfigSlsArgs>

Constructors

Link copied to clipboard
constructor(enable: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enable: Output<Boolean>? = null

Enable Log Service

Functions

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