Interface DatastreamConnectionProfileOracleProfile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamConnectionProfileOracleProfile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.842Z") @Stability(Stable) public interface DatastreamConnectionProfileOracleProfile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileOracleProfile.BuilderA builder forDatastreamConnectionProfileOracleProfilestatic classDatastreamConnectionProfileOracleProfile.Jsii$ProxyAn implementation forDatastreamConnectionProfileOracleProfile
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileOracleProfile.Builderbuilder()default Map<String,String>getConnectionAttributes()Connection string attributes.StringgetDatabaseService()Database for the Oracle connection.StringgetHostname()Hostname for the Oracle connection.StringgetPassword()Password for the Oracle connection.default NumbergetPort()Port for the Oracle connection.StringgetUsername()Username for the Oracle connection.
-
-
-
Method Detail
-
getDatabaseService
@Stability(Stable) @NotNull String getDatabaseService()
Database for the Oracle connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#database_service DatastreamConnectionProfile#database_service}
-
getHostname
@Stability(Stable) @NotNull String getHostname()
Hostname for the Oracle connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#hostname DatastreamConnectionProfile#hostname}
-
getPassword
@Stability(Stable) @NotNull String getPassword()
Password for the Oracle connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#password DatastreamConnectionProfile#password}
-
getUsername
@Stability(Stable) @NotNull String getUsername()
Username for the Oracle connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#username DatastreamConnectionProfile#username}
-
getConnectionAttributes
@Stability(Stable) @Nullable default Map<String,String> getConnectionAttributes()
Connection string attributes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#connection_attributes DatastreamConnectionProfile#connection_attributes}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port for the Oracle connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#port DatastreamConnectionProfile#port}
-
builder
@Stability(Stable) static DatastreamConnectionProfileOracleProfile.Builder builder()
-
-