Interface GkeBackupBackupPlanBackupScheduleRpoConfig

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

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

      • getTargetRpoMinutes

        @Stability(Stable)
        @NotNull
        Number getTargetRpoMinutes()
        Defines the target RPO for the BackupPlan in minutes, which means the target maximum data loss in time that is acceptable for this BackupPlan.

        This must be at least 60, i.e., 1 hour, and at most 86400, i.e., 60 days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#target_rpo_minutes GkeBackupBackupPlan#target_rpo_minutes}

      • getExclusionWindows

        @Stability(Stable)
        @Nullable
        default Object getExclusionWindows()
        exclusion_windows block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#exclusion_windows GkeBackupBackupPlan#exclusion_windows}