Managed Zone Cloud Logging Config Args
data class ManagedZoneCloudLoggingConfigArgs(val enableLogging: Output<Boolean>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ManagedZoneCloudLoggingConfigArgs>
Cloud Logging configurations for publicly visible zones.
Constructors
Link copied to clipboard
fun ManagedZoneCloudLoggingConfigArgs(enableLogging: Output<Boolean>? = null, kind: Output<String>? = null)