EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs

data class EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs(val retentionDays: Output<Int>? = null, val retentionMode: Output<String>? = null) : ConvertibleToJava<EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfigArgs>

Constructors

constructor(retentionDays: Output<Int>? = null, retentionMode: Output<String>? = null)

Properties

Link copied to clipboard
val retentionDays: Output<Int>? = null

How many days data should be retained for. This field is supported for Cloud Composer environments in composer 3 and newer.

Link copied to clipboard
val retentionMode: Output<String>? = null

Whether database retention is enabled or not. This field is supported for Cloud Composer environments in composer 3 and newer.

Functions

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