Interface DatastreamConnectionProfileForwardSshConnectivity
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamConnectionProfileForwardSshConnectivity.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.840Z") @Stability(Stable) public interface DatastreamConnectionProfileForwardSshConnectivity extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileForwardSshConnectivity.BuilderA builder forDatastreamConnectionProfileForwardSshConnectivitystatic classDatastreamConnectionProfileForwardSshConnectivity.Jsii$ProxyAn implementation forDatastreamConnectionProfileForwardSshConnectivity
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileForwardSshConnectivity.Builderbuilder()StringgetHostname()Hostname for the SSH tunnel.default StringgetPassword()SSH password.default NumbergetPort()Port for the SSH tunnel.default StringgetPrivateKey()SSH private key.StringgetUsername()Username for the SSH tunnel.
-
-
-
Method Detail
-
getHostname
@Stability(Stable) @NotNull String getHostname()
Hostname for the SSH tunnel.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#hostname DatastreamConnectionProfile#hostname}
-
getUsername
@Stability(Stable) @NotNull String getUsername()
Username for the SSH tunnel.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#username DatastreamConnectionProfile#username}
-
getPassword
@Stability(Stable) @Nullable default String getPassword()
SSH password.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#password DatastreamConnectionProfile#password}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port for the SSH tunnel.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#port DatastreamConnectionProfile#port}
-
getPrivateKey
@Stability(Stable) @Nullable default String getPrivateKey()
SSH private key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#private_key DatastreamConnectionProfile#private_key}
-
builder
@Stability(Stable) static DatastreamConnectionProfileForwardSshConnectivity.Builder builder()
-
-