Interface NetappVolumeSnapshotPolicyHourlySchedule

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    NetappVolumeSnapshotPolicyHourlySchedule.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.022Z")
    @Stability(Stable)
    public interface NetappVolumeSnapshotPolicyHourlySchedule
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getSnapshotsToKeep

        @Stability(Stable)
        @NotNull
        Number getSnapshotsToKeep()
        The maximum number of snapshots to keep for the hourly schedule.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#snapshots_to_keep NetappVolume#snapshots_to_keep}

      • getMinute

        @Stability(Stable)
        @Nullable
        default Number getMinute()
        Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#minute NetappVolume#minute}