public static final class CfnBackupPlan.BackupRuleResourceTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBackupPlan.BackupRuleResourceTypeProperty
CfnBackupPlan.BackupRuleResourceTypeProperty
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder, CfnBackupPlan.BackupRuleResourceTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Number |
getCompletionWindowMinutes()
A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup .
|
java.lang.Object |
getCopyActions()
An array of CopyAction objects, which contains the details of the copy operation.
|
java.lang.Object |
getEnableContinuousBackup()
Enables continuous backup and point-in-time restores (PITR).
|
java.lang.Object |
getLifecycle()
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
java.lang.Object |
getRecoveryPointTags()
To help organize your resources, you can assign your own metadata to the resources that you create.
|
java.lang.String |
getRuleName()
A display name for a backup rule.
|
java.lang.String |
getScheduleExpression()
A CRON expression specifying when AWS Backup initiates a backup job.
|
java.lang.Number |
getStartWindowMinutes()
An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
java.lang.String |
getTargetBackupVault()
The name of a logical container where backups are stored.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRuleName()
CfnBackupPlan.BackupRuleResourceTypeProperty
getRuleName
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.String getTargetBackupVault()
CfnBackupPlan.BackupRuleResourceTypeProperty
Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
getTargetBackupVault
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.Number getCompletionWindowMinutes()
CfnBackupPlan.BackupRuleResourceTypeProperty
getCompletionWindowMinutes
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.Object getCopyActions()
CfnBackupPlan.BackupRuleResourceTypeProperty
getCopyActions
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.Object getEnableContinuousBackup()
CfnBackupPlan.BackupRuleResourceTypeProperty
getEnableContinuousBackup
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.Object getLifecycle()
CfnBackupPlan.BackupRuleResourceTypeProperty
AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
getLifecycle
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.Object getRecoveryPointTags()
CfnBackupPlan.BackupRuleResourceTypeProperty
Each tag is a key-value pair.
getRecoveryPointTags
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.String getScheduleExpression()
CfnBackupPlan.BackupRuleResourceTypeProperty
getScheduleExpression
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public final java.lang.Number getStartWindowMinutes()
CfnBackupPlan.BackupRuleResourceTypeProperty
getStartWindowMinutes
in interface CfnBackupPlan.BackupRuleResourceTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()