Interface DataPipelinePipelineScheduleInfo

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

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

      • getSchedule

        @Stability(Stable)
        @Nullable
        default String getSchedule()
        Unix-cron format of the schedule. This information is retrieved from the linked Cloud Scheduler.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#schedule DataPipelinePipeline#schedule}

      • getTimeZone

        @Stability(Stable)
        @Nullable
        default String getTimeZone()
        Timezone ID. This matches the timezone IDs used by the Cloud Scheduler API. If empty, UTC time is assumed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#time_zone DataPipelinePipeline#time_zone}