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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder, CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder
.protected
Jsii$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.AdvancedBackupSettingResourceTypeProperty
The 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 theWindowsVSS
backup option and create a Windows VSS backup.Set to
"WindowsVSS":"disabled"
to create a regular backup. TheWindowsVSS
option is not enabled by default.If you specify an invalid option, you get an
InvalidParameterValueException
exception.For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup .
- Specified by:
getBackupOptions
in interfaceCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
- See Also:
-
getResourceType
Description copied from interface:CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
The name of a resource type.The only supported resource type is EC2.
- Specified by:
getResourceType
in interfaceCfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
- 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()
-