Interface ComposerEnvironmentConfigDatabaseConfig

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

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

      • getMachineType

        @Stability(Stable)
        @Nullable
        default String getMachineType()
        Optional.

        Cloud SQL machine type used by Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or db-n1-standard-16. If not specified, db-n1-standard-2 will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#machine_type ComposerEnvironment#machine_type}

      • getZone

        @Stability(Stable)
        @Nullable
        default String getZone()
        Optional. Cloud SQL database preferred zone.

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