@Stability(value=Stable)
public static interface CfnInstance.AutoSnapshotAddOnProperty
extends software.amazon.jsii.JsiiSerializable
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.AutoSnapshotAddOnProperty.Builder
A builder for
CfnInstance.AutoSnapshotAddOnProperty |
static class |
CfnInstance.AutoSnapshotAddOnProperty.Jsii$Proxy
An implementation for
CfnInstance.AutoSnapshotAddOnProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.AutoSnapshotAddOnProperty.Builder |
builder() |
default String |
getSnapshotTimeOfDay()
The daily time when an automatic snapshot will be created.
|
@Stability(value=Stable) @Nullable default String getSnapshotTimeOfDay()
Constraints:
HH:00
format, and in an hourly increment.@Stability(value=Stable) static CfnInstance.AutoSnapshotAddOnProperty.Builder builder()
Copyright © 2023. All rights reserved.