BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleLifeCycleArgs

data class BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleLifeCycleArgs(val dataStoreType: Output<String>, val duration: Output<String>) : ConvertibleToJava<BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleLifeCycleArgs>

Constructors

constructor(dataStoreType: Output<String>, duration: Output<String>)

Properties

Link copied to clipboard
val dataStoreType: Output<String>

The type of data store. The only possible value is VaultStore. Changing this forces a new resource to be created.

Link copied to clipboard
val duration: Output<String>

The retention duration up to which the backups are to be retained in the data stores. It should follow ISO 8601 duration format. Changing this forces a new resource to be created.

Functions

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