com.pulumi.gcp.composer.kotlin.outputs.GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.composer.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property storageMode Whether logs in cloud logging only is enabled or not. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4 and newer.
*/
public data class GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig(
public val storageMode: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.composer.outputs.GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig): GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig =
GetEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig(
storageMode = javaType.storageMode(),
)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy