Class ComposerEnvironmentStorageConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentStorageConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComposerEnvironmentStorageConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComposerEnvironmentStorageConfig
@Stability(Stable) @Internal public static final class ComposerEnvironmentStorageConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComposerEnvironmentStorageConfig
An implementation forComposerEnvironmentStorageConfig
-
-
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.ComposerEnvironmentStorageConfig
ComposerEnvironmentStorageConfig.Builder, ComposerEnvironmentStorageConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComposerEnvironmentStorageConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComposerEnvironmentStorageConfig.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)StringgetBucket()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(ComposerEnvironmentStorageConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComposerEnvironmentStorageConfig.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:ComposerEnvironmentStorageConfigOptional. Name of an existing Cloud Storage bucket to be used by the environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#bucket ComposerEnvironment#bucket}
- Specified by:
getBucketin interfaceComposerEnvironmentStorageConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-