Class CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
@Stability(Stable)
@Internal
public static final class CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
An implementation for
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder, CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder.
-
-
Method Details
-
getBackupOptions
Description copied from interface:CfnBackupPlan.AdvancedBackupSettingResourceTypePropertyThe backup option for the resource.Each option is a key-value pair. This option is only available for Windows VSS backup jobs.
Valid values:
Set to
"WindowsVSS":"enabled"to enable theWindowsVSSbackup option and create a Windows VSS backup.Set to
"WindowsVSS":"disabled"to create a regular backup. TheWindowsVSSoption is not enabled by default.If you specify an invalid option, you get an
InvalidParameterValueExceptionexception.For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup .
- Specified by:
getBackupOptionsin interfaceCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty- See Also:
-
getResourceType
Description copied from interface:CfnBackupPlan.AdvancedBackupSettingResourceTypePropertyThe name of a resource type.The only supported resource type is EC2.
- Specified by:
getResourceTypein interfaceCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-