@Stability(value=Stable)
public static interface CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty
extends software.amazon.jsii.JsiiSerializable
This is only supported for Windows VSS backups.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backup.*;
Object backupOptions;
AdvancedBackupSettingResourceTypeProperty advancedBackupSettingResourceTypeProperty = AdvancedBackupSettingResourceTypeProperty.builder()
.backupOptions(backupOptions)
.resourceType("resourceType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder
A builder for
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty |
static class |
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Jsii$Proxy
An implementation for
CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder |
builder() |
Object |
getBackupOptions()
The backup option for the resource.
|
String |
getResourceType()
The name of a resource type.
|
@Stability(value=Stable) @NotNull Object getBackupOptions()
Each option is a key-value pair.
@Stability(value=Stable) @NotNull String getResourceType()
The only supported resource type is EC2.
@Stability(value=Stable) static CfnBackupPlan.AdvancedBackupSettingResourceTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.