Interface DatastreamStreamSourceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamStreamSourceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.871Z") @Stability(Stable) public interface DatastreamStreamSourceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamStreamSourceConfig.BuilderA builder forDatastreamStreamSourceConfigstatic classDatastreamStreamSourceConfig.Jsii$ProxyAn implementation forDatastreamStreamSourceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamStreamSourceConfig.Builderbuilder()default DatastreamStreamSourceConfigMysqlSourceConfiggetMysqlSourceConfig()mysql_source_config block.default DatastreamStreamSourceConfigOracleSourceConfiggetOracleSourceConfig()oracle_source_config block.default DatastreamStreamSourceConfigPostgresqlSourceConfiggetPostgresqlSourceConfig()postgresql_source_config block.StringgetSourceConnectionProfile()Source connection profile resource.default DatastreamStreamSourceConfigSqlServerSourceConfiggetSqlServerSourceConfig()sql_server_source_config block.
-
-
-
Method Detail
-
getSourceConnectionProfile
@Stability(Stable) @NotNull String getSourceConnectionProfile()
Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#source_connection_profile DatastreamStream#source_connection_profile}
-
getMysqlSourceConfig
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigMysqlSourceConfig getMysqlSourceConfig()
mysql_source_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_source_config DatastreamStream#mysql_source_config}
-
getOracleSourceConfig
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigOracleSourceConfig getOracleSourceConfig()
oracle_source_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_source_config DatastreamStream#oracle_source_config}
-
getPostgresqlSourceConfig
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigPostgresqlSourceConfig getPostgresqlSourceConfig()
postgresql_source_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_source_config DatastreamStream#postgresql_source_config}
-
getSqlServerSourceConfig
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigSqlServerSourceConfig getSqlServerSourceConfig()
sql_server_source_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#sql_server_source_config DatastreamStream#sql_server_source_config}
-
builder
@Stability(Stable) static DatastreamStreamSourceConfig.Builder builder()
-
-