All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.networkfirewall.kotlin.outputs.LoggingConfigurationLoggingConfiguration.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.networkfirewall.kotlin.outputs

import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property logDestinationConfigs Set of configuration blocks describing the logging details for a firewall. See Log Destination Config below for details. At most, only Three blocks can be specified; one for `FLOW` logs and one for `ALERT` logs and one for `TLS` logs.
 */
public data class LoggingConfigurationLoggingConfiguration(
    public val logDestinationConfigs: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.networkfirewall.outputs.LoggingConfigurationLoggingConfiguration): LoggingConfigurationLoggingConfiguration = LoggingConfigurationLoggingConfiguration(
            logDestinationConfigs = javaType.logDestinationConfigs().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.aws.networkfirewall.kotlin.outputs.LoggingConfigurationLoggingConfigurationLogDestinationConfig.Companion.toKotlin(args0)
                })
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy