Class BigqueryDataTransferConfigScheduleOptions.Jsii$Proxy

    • Method Detail

      • getDisableAutoScheduling

        public final Object getDisableAutoScheduling()
        Description copied from interface: BigqueryDataTransferConfigScheduleOptions
        If true, automatic scheduling of data transfer runs for this configuration will be disabled.

        The runs can be started on ad-hoc basis using transferConfigs.startManualRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#disable_auto_scheduling BigqueryDataTransferConfig#disable_auto_scheduling}

        Specified by:
        getDisableAutoScheduling in interface BigqueryDataTransferConfigScheduleOptions
      • getEndTime

        public final String getEndTime()
        Description copied from interface: BigqueryDataTransferConfigScheduleOptions
        Defines time to stop scheduling transfer runs.

        A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#end_time BigqueryDataTransferConfig#end_time}

        Specified by:
        getEndTime in interface BigqueryDataTransferConfigScheduleOptions
      • getStartTime

        public final String getStartTime()
        Description copied from interface: BigqueryDataTransferConfigScheduleOptions
        Specifies time to start scheduling transfer runs.

        The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#start_time BigqueryDataTransferConfig#start_time}

        Specified by:
        getStartTime in interface BigqueryDataTransferConfigScheduleOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object