ResourceRestoreParametersArgs

data class ResourceRestoreParametersArgs(val restoreSource: Output<String>? = null, val restoreTimestampInUtc: Output<String>? = null, val restoreWithTtlDisabled: Output<Boolean>? = null) : ConvertibleToJava<ResourceRestoreParametersArgs>

Parameters to indicate the information about the restore.

Constructors

Link copied to clipboard
constructor(restoreSource: Output<String>? = null, restoreTimestampInUtc: Output<String>? = null, restoreWithTtlDisabled: Output<Boolean>? = null)

Properties

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

The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}

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

Time to which the account has to be restored (ISO-8601 format).

Link copied to clipboard
val restoreWithTtlDisabled: Output<Boolean>? = null

Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.

Functions

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