Interface DatastreamConnectionProfileSqlServerProfile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamConnectionProfileSqlServerProfile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.843Z") @Stability(Stable) public interface DatastreamConnectionProfileSqlServerProfile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileSqlServerProfile.BuilderA builder forDatastreamConnectionProfileSqlServerProfilestatic classDatastreamConnectionProfileSqlServerProfile.Jsii$ProxyAn implementation forDatastreamConnectionProfileSqlServerProfile
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileSqlServerProfile.Builderbuilder()StringgetDatabase()Database for the SQL Server connection.StringgetHostname()Hostname for the SQL Server connection.StringgetPassword()Password for the SQL Server connection.default NumbergetPort()Port for the SQL Server connection.StringgetUsername()Username for the SQL Server connection.
-
-
-
Method Detail
-
getDatabase
@Stability(Stable) @NotNull String getDatabase()
Database for the SQL Server connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#database DatastreamConnectionProfile#database}
-
getHostname
@Stability(Stable) @NotNull String getHostname()
Hostname for the SQL Server 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 SQL Server 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 SQL Server connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#username DatastreamConnectionProfile#username}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port for the SQL Server 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 DatastreamConnectionProfileSqlServerProfile.Builder builder()
-
-