Interface ComposerEnvironmentConfigWorkloadsConfigWorker

    • Method Detail

      • getCpu

        @Stability(Stable)
        @Nullable
        default Number getCpu()
        CPU request and limit for a single Airflow worker replica.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#cpu ComposerEnvironment#cpu}

      • getMaxCount

        @Stability(Stable)
        @Nullable
        default Number getMaxCount()
        Maximum number of workers for autoscaling.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#max_count ComposerEnvironment#max_count}

      • getMemoryGb

        @Stability(Stable)
        @Nullable
        default Number getMemoryGb()
        Memory (GB) request and limit for a single Airflow worker replica.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#memory_gb ComposerEnvironment#memory_gb}

      • getMinCount

        @Stability(Stable)
        @Nullable
        default Number getMinCount()
        Minimum number of workers for autoscaling.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#min_count ComposerEnvironment#min_count}

      • getStorageGb

        @Stability(Stable)
        @Nullable
        default Number getStorageGb()
        Storage (GB) request and limit for a single Airflow worker replica.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#storage_gb ComposerEnvironment#storage_gb}