Interface CloudTasksQueueAppEngineRoutingOverride

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

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

      • getInstance

        @Stability(Stable)
        @Nullable
        default String getInstance()
        App instance.

        By default, the task is sent to an instance which is available when the task is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#instance CloudTasksQueue#instance}

      • getService

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

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

      • getVersion

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

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