Interface CfnDiskPropsMixin.AutoSnapshotAddOnProperty

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

@Stability(Stable) public static interface CfnDiskPropsMixin.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.mixins.preview.services.lightsail.mixins.*;
 AutoSnapshotAddOnProperty autoSnapshotAddOnProperty = AutoSnapshotAddOnProperty.builder()
         .snapshotTimeOfDay("snapshotTimeOfDay")
         .build();
 

See Also: