Interface ComposerEnvironmentConfigWorkloadsConfigScheduler

    • Method Detail

      • getCount

        @Stability(Stable)
        @Nullable
        default Number getCount()
        The number of schedulers.

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

      • getCpu

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

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

      • getMemoryGb

        @Stability(Stable)
        @Nullable
        default Number getMemoryGb()
        Memory (GB) request and limit for a single Airflow scheduler 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}

      • getStorageGb

        @Stability(Stable)
        @Nullable
        default Number getStorageGb()
        Storage (GB) request and limit for a single Airflow scheduler 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}