Interface CfnDisk.AutoSnapshotAddOnProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDisk.AutoSnapshotAddOnProperty.Jsii$Proxy
Enclosing class:
CfnDisk

@Stability(Stable) public static interface CfnDisk.AutoSnapshotAddOnProperty extends software.amazon.jsii.JsiiSerializable
AutoSnapshotAddOn is a property of the AddOn property. It describes the automatic snapshot add-on for a disk.

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.lightsail.*;
 AutoSnapshotAddOnProperty autoSnapshotAddOnProperty = AutoSnapshotAddOnProperty.builder()
         .snapshotTimeOfDay("snapshotTimeOfDay")
         .build();
 

See Also: