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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDiskPropsMixin.AutoSnapshotAddOnPropertystatic final classAn implementation forCfnDiskPropsMixin.AutoSnapshotAddOnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSnapshotTimeOfDay
The daily time when an automatic snapshot will be created.Constraints:
- Must be in
HH:00format, and in an hourly increment. - Specified in Coordinated Universal Time (UTC).
- The snapshot will be automatically created between the time specified and up to 45 minutes after.
- See Also:
- Must be in
-
builder
-