Interface ComposerEnvironmentConfigWorkloadsConfigScheduler
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComposerEnvironmentConfigWorkloadsConfigScheduler.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.268Z") @Stability(Stable) public interface ComposerEnvironmentConfigWorkloadsConfigScheduler extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComposerEnvironmentConfigWorkloadsConfigScheduler.BuilderA builder forComposerEnvironmentConfigWorkloadsConfigSchedulerstatic classComposerEnvironmentConfigWorkloadsConfigScheduler.Jsii$ProxyAn implementation forComposerEnvironmentConfigWorkloadsConfigScheduler
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComposerEnvironmentConfigWorkloadsConfigScheduler.Builderbuilder()default NumbergetCount()The number of schedulers.default NumbergetCpu()CPU request and limit for a single Airflow scheduler replica.default NumbergetMemoryGb()Memory (GB) request and limit for a single Airflow scheduler replica.default NumbergetStorageGb()Storage (GB) request and limit for a single Airflow scheduler replica.
-
-
-
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}
-
builder
@Stability(Stable) static ComposerEnvironmentConfigWorkloadsConfigScheduler.Builder builder()
-
-