Backup Policy Postgresql Flexible Server Args Builder
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun defaultRetentionRule(value: BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleArgs?)
suspend fun defaultRetentionRule(value: Output<BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleArgs>)
suspend fun defaultRetentionRule(argument: suspend BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun retentionRules(value: Output<List<BackupPolicyPostgresqlFlexibleServerRetentionRuleArgs>>)
suspend fun retentionRules(vararg values: Output<BackupPolicyPostgresqlFlexibleServerRetentionRuleArgs>)
suspend fun retentionRules(vararg argument: suspend BackupPolicyPostgresqlFlexibleServerRetentionRuleArgsBuilder.() -> Unit)
suspend fun retentionRules(values: List<Output<BackupPolicyPostgresqlFlexibleServerRetentionRuleArgs>>)
suspend fun retentionRules(argument: List<suspend BackupPolicyPostgresqlFlexibleServerRetentionRuleArgsBuilder.() -> Unit>)
suspend fun retentionRules(argument: suspend BackupPolicyPostgresqlFlexibleServerRetentionRuleArgsBuilder.() -> Unit)