Interface ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.918Z") @Stability(Stable) public interface ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builderstatic classComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Jsii$ProxyAn implementation forComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builderbuilder()NumbergetDaysInCycle()Defines a schedule with units measured in days.StringgetStartTime()This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00.
-
-
-
Method Detail
-
getDaysInCycle
@Stability(Stable) @NotNull Number getDaysInCycle()
Defines a schedule with units measured in days.The value determines how many days pass between the start of each cycle. Days in cycle for snapshot schedule policy must be 1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#days_in_cycle ComputeResourcePolicy#days_in_cycle}
-
getStartTime
@Stability(Stable) @NotNull String getStartTime()
This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00.For example, both 13:00-5 and 08:00 are valid. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#start_time ComputeResourcePolicy#start_time}
-
builder
@Stability(Stable) static ComputeResourcePolicySnapshotSchedulePolicyScheduleDailySchedule.Builder builder()
-
-