Class CfnBackupVault.LockConfigurationTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupVault.LockConfigurationTypeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBackupVault.LockConfigurationTypeProperty
CfnBackupVault.LockConfigurationTypeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnBackupVault.LockConfigurationTypeProperty
CfnBackupVault.LockConfigurationTypeProperty.Builder, CfnBackupVault.LockConfigurationTypeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBackupVault.LockConfigurationTypeProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The AWS Backup Vault Lock configuration that specifies the number of days before the lock date.final Number
The AWS Backup Vault Lock configuration that specifies the maximum retention period that the vault retains its recovery points.final Number
The AWS Backup Vault Lock configuration that specifies the minimum retention period that the vault retains its recovery points.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBackupVault.LockConfigurationTypeProperty.Builder
.
-
-
Method Details
-
getMinRetentionDays
Description copied from interface:CfnBackupVault.LockConfigurationTypeProperty
The AWS Backup Vault Lock configuration that specifies the minimum retention period that the vault retains its recovery points.This setting can be useful if, for example, your organization's policies require you to retain certain data for at least seven years (2555 days).
If this parameter is not specified, Vault Lock will not enforce a minimum retention period.
If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails that backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already saved in the vault prior to Vault Lock are not affected.
- Specified by:
getMinRetentionDays
in interfaceCfnBackupVault.LockConfigurationTypeProperty
- See Also:
-
getChangeableForDays
Description copied from interface:CfnBackupVault.LockConfigurationTypeProperty
The AWS Backup Vault Lock configuration that specifies the number of days before the lock date.For example, setting
ChangeableForDays
to 30 on Jan. 1, 2022 at 8pm UTC will set the lock date to Jan. 31, 2022 at 8pm UTC.AWS Backup enforces a 72-hour cooling-off period before Vault Lock takes effect and becomes immutable. Therefore, you must set
ChangeableForDays
to 3 or greater.Before the lock date, you can delete Vault Lock from the vault using
DeleteBackupVaultLockConfiguration
or change the Vault Lock configuration usingPutBackupVaultLockConfiguration
. On and after the lock date, the Vault Lock becomes immutable and cannot be changed or deleted.If this parameter is not specified, you can delete Vault Lock from the vault using
DeleteBackupVaultLockConfiguration
or change the Vault Lock configuration usingPutBackupVaultLockConfiguration
at any time.- Specified by:
getChangeableForDays
in interfaceCfnBackupVault.LockConfigurationTypeProperty
- See Also:
-
getMaxRetentionDays
Description copied from interface:CfnBackupVault.LockConfigurationTypeProperty
The AWS Backup Vault Lock configuration that specifies the maximum retention period that the vault retains its recovery points.This setting can be useful if, for example, your organization's policies require you to destroy certain data after retaining it for four years (1460 days).
If this parameter is not included, Vault Lock does not enforce a maximum retention period on the recovery points in the vault. If this parameter is included without a value, Vault Lock will not enforce a maximum retention period.
If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already saved in the vault prior to Vault Lock are not affected.
- Specified by:
getMaxRetentionDays
in interfaceCfnBackupVault.LockConfigurationTypeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-