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

com.pulumi.awsnative.timestream.kotlin.outputs.LogDeliveryConfigurationProperties.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.timestream.kotlin.outputs

import kotlin.Suppress

/**
 * Configuration for sending logs to customer account from the InfluxDB instance.
 * @property s3Configuration S3 configuration for sending logs to customer account from the InfluxDB instance.
 */
public data class LogDeliveryConfigurationProperties(
    public val s3Configuration: LogDeliveryConfigurationPropertiesS3ConfigurationProperties,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.timestream.outputs.LogDeliveryConfigurationProperties): LogDeliveryConfigurationProperties = LogDeliveryConfigurationProperties(
            s3Configuration = javaType.s3Configuration().let({ args0 ->
                com.pulumi.awsnative.timestream.kotlin.outputs.LogDeliveryConfigurationPropertiesS3ConfigurationProperties.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy