@Stability(value=Stable) @Internal public static final class BackupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BackupProps
BackupPropssoftware.amazon.jsii.JsiiObject.InitializationModeBackupProps.Builder, BackupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BackupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BackupProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getPreferredWindow()
A daily time range in 24-hours UTC format in which backups preferably execute.
|
Duration |
getRetention()
How many days to retain the backup.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BackupProps.Builder builder)
BackupProps.Builder.public final Duration getRetention()
BackupPropsgetRetention in interface BackupPropspublic final String getPreferredWindow()
BackupPropsMust be at least 30 minutes long.
Example: '01:00-02:00'
Default: - a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see https://docs.aws.amazon.com/documentdb/latest/developerguide/backup-restore.db-cluster-snapshots.html#backup-restore.backup-window
getPreferredWindow in interface BackupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.