Class DatastreamConnectionProfileGcsProfile.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileGcsProfile.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamConnectionProfileGcsProfile,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamConnectionProfileGcsProfile
@Stability(Stable) @Internal public static final class DatastreamConnectionProfileGcsProfile.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamConnectionProfileGcsProfile
An implementation forDatastreamConnectionProfileGcsProfile
-
-
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.datastream_connection_profile.DatastreamConnectionProfileGcsProfile
DatastreamConnectionProfileGcsProfile.Builder, DatastreamConnectionProfileGcsProfile.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamConnectionProfileGcsProfile.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileGcsProfile.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()The Cloud Storage bucket name.StringgetRootPath()The root path inside the Cloud Storage bucket.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(DatastreamConnectionProfileGcsProfile.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfileGcsProfile.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:DatastreamConnectionProfileGcsProfileThe Cloud Storage bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#bucket DatastreamConnectionProfile#bucket}
- Specified by:
getBucketin interfaceDatastreamConnectionProfileGcsProfile
-
getRootPath
public final String getRootPath()
Description copied from interface:DatastreamConnectionProfileGcsProfileThe root path inside the Cloud Storage bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#root_path DatastreamConnectionProfile#root_path}
- Specified by:
getRootPathin interfaceDatastreamConnectionProfileGcsProfile
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-