Interface CloudSchedulerJobAppEngineHttpTargetAppEngineRouting

    • Method Detail

      • getInstance

        @Stability(Stable)
        @Nullable
        default String getInstance()
        App instance. By default, the job is sent to an instance which is available when the job is attempted.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#instance CloudSchedulerJob#instance}

      • getService

        @Stability(Stable)
        @Nullable
        default String getService()
        App service.

        By default, the job is sent to the service which is the default service when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#service CloudSchedulerJob#service}

      • getVersion

        @Stability(Stable)
        @Nullable
        default String getVersion()
        App version.

        By default, the job is sent to the version which is the default version when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#version CloudSchedulerJob#version}