Class ComposerEnvironmentConfigDatabaseConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigDatabaseConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComposerEnvironmentConfigDatabaseConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComposerEnvironmentConfigDatabaseConfig
@Stability(Stable) @Internal public static final class ComposerEnvironmentConfigDatabaseConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComposerEnvironmentConfigDatabaseConfig
An implementation forComposerEnvironmentConfigDatabaseConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigDatabaseConfig
ComposerEnvironmentConfigDatabaseConfig.Builder, ComposerEnvironmentConfigDatabaseConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComposerEnvironmentConfigDatabaseConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigDatabaseConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMachineType()Optional.StringgetZone()Optional.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComposerEnvironmentConfigDatabaseConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigDatabaseConfig.Builder.
-
-
Method Detail
-
getMachineType
public final String getMachineType()
Description copied from interface:ComposerEnvironmentConfigDatabaseConfigOptional.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}
- Specified by:
getMachineTypein interfaceComposerEnvironmentConfigDatabaseConfig
-
getZone
public final String getZone()
Description copied from interface:ComposerEnvironmentConfigDatabaseConfigOptional. 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}
- Specified by:
getZonein interfaceComposerEnvironmentConfigDatabaseConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-