EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig

data class EnvironmentConfigDataRetentionConfigAirflowMetadataRetentionConfig(val retentionDays: Int? = null, val retentionMode: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retentionDays: 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: String? = null

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