automatedBackupPolicy

@JvmName(name = "ewpmtrsovhmlmtrb")
suspend fun automatedBackupPolicy(value: Output<TableAutomatedBackupPolicyArgs>)
@JvmName(name = "lweslkoximgfoytu")
suspend fun automatedBackupPolicy(value: TableAutomatedBackupPolicyArgs?)

Parameters

value

Defines an automated backup policy for a table, specified by Retention Period and Frequency. To create a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an existing table that has automated backup enabled, set both Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will not be modified.

-----


@JvmName(name = "oogiyeqixgeuxkup")
suspend fun automatedBackupPolicy(argument: suspend TableAutomatedBackupPolicyArgsBuilder.() -> Unit)

Parameters

argument

Defines an automated backup policy for a table, specified by Retention Period and Frequency. To create a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an existing table that has automated backup enabled, set both Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will not be modified.

-----