Class DatastreamConnectionProfilePostgresqlProfile.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfilePostgresqlProfile.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamConnectionProfilePostgresqlProfile,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamConnectionProfilePostgresqlProfile
@Stability(Stable) @Internal public static final class DatastreamConnectionProfilePostgresqlProfile.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamConnectionProfilePostgresqlProfile
An implementation forDatastreamConnectionProfilePostgresqlProfile
-
-
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.DatastreamConnectionProfilePostgresqlProfile
DatastreamConnectionProfilePostgresqlProfile.Builder, DatastreamConnectionProfilePostgresqlProfile.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamConnectionProfilePostgresqlProfile.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfilePostgresqlProfile.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)StringgetDatabase()Database for the PostgreSQL connection.StringgetHostname()Hostname for the PostgreSQL connection.StringgetPassword()Password for the PostgreSQL connection.NumbergetPort()Port for the PostgreSQL connection.StringgetUsername()Username for the PostgreSQL connection.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(DatastreamConnectionProfilePostgresqlProfile.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamConnectionProfilePostgresqlProfile.Builder.
-
-
Method Detail
-
getDatabase
public final String getDatabase()
Description copied from interface:DatastreamConnectionProfilePostgresqlProfileDatabase for the PostgreSQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#database DatastreamConnectionProfile#database}
- Specified by:
getDatabasein interfaceDatastreamConnectionProfilePostgresqlProfile
-
getHostname
public final String getHostname()
Description copied from interface:DatastreamConnectionProfilePostgresqlProfileHostname for the PostgreSQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#hostname DatastreamConnectionProfile#hostname}
- Specified by:
getHostnamein interfaceDatastreamConnectionProfilePostgresqlProfile
-
getPassword
public final String getPassword()
Description copied from interface:DatastreamConnectionProfilePostgresqlProfilePassword for the PostgreSQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#password DatastreamConnectionProfile#password}
- Specified by:
getPasswordin interfaceDatastreamConnectionProfilePostgresqlProfile
-
getUsername
public final String getUsername()
Description copied from interface:DatastreamConnectionProfilePostgresqlProfileUsername for the PostgreSQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#username DatastreamConnectionProfile#username}
- Specified by:
getUsernamein interfaceDatastreamConnectionProfilePostgresqlProfile
-
getPort
public final Number getPort()
Description copied from interface:DatastreamConnectionProfilePostgresqlProfilePort for the PostgreSQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#port DatastreamConnectionProfile#port}
- Specified by:
getPortin interfaceDatastreamConnectionProfilePostgresqlProfile
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-