Interface StorageTransferJobSchedule

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

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

      • getScheduleStartDate

        @Stability(Stable)
        @NotNull
        StorageTransferJobScheduleScheduleStartDate getScheduleStartDate()
        schedule_start_date block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#schedule_start_date StorageTransferJob#schedule_start_date}

      • getRepeatInterval

        @Stability(Stable)
        @Nullable
        default String getRepeatInterval()
        Interval between the start of each scheduled transfer.

        If unspecified, the default value is 24 hours. This value may not be less than 1 hour. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#repeat_interval StorageTransferJob#repeat_interval}

      • getScheduleEndDate

        @Stability(Stable)
        @Nullable
        default StorageTransferJobScheduleScheduleEndDate getScheduleEndDate()
        schedule_end_date block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#schedule_end_date StorageTransferJob#schedule_end_date}

      • getStartTimeOfDay

        @Stability(Stable)
        @Nullable
        default StorageTransferJobScheduleStartTimeOfDay getStartTimeOfDay()
        start_time_of_day block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#start_time_of_day StorageTransferJob#start_time_of_day}