Class DatastreamStreamSourceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamSourceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamSourceConfig
@Stability(Stable) @Internal public static final class DatastreamStreamSourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamSourceConfig
An implementation forDatastreamStreamSourceConfig
-
-
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_stream.DatastreamStreamSourceConfig
DatastreamStreamSourceConfig.Builder, DatastreamStreamSourceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamSourceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfig.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)DatastreamStreamSourceConfigMysqlSourceConfiggetMysqlSourceConfig()mysql_source_config block.DatastreamStreamSourceConfigOracleSourceConfiggetOracleSourceConfig()oracle_source_config block.DatastreamStreamSourceConfigPostgresqlSourceConfiggetPostgresqlSourceConfig()postgresql_source_config block.StringgetSourceConnectionProfile()Source connection profile resource.DatastreamStreamSourceConfigSqlServerSourceConfiggetSqlServerSourceConfig()sql_server_source_config block.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(DatastreamStreamSourceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfig.Builder.
-
-
Method Detail
-
getSourceConnectionProfile
public final String getSourceConnectionProfile()
Description copied from interface:DatastreamStreamSourceConfigSource 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}
- Specified by:
getSourceConnectionProfilein interfaceDatastreamStreamSourceConfig
-
getMysqlSourceConfig
public final DatastreamStreamSourceConfigMysqlSourceConfig getMysqlSourceConfig()
Description copied from interface:DatastreamStreamSourceConfigmysql_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}
- Specified by:
getMysqlSourceConfigin interfaceDatastreamStreamSourceConfig
-
getOracleSourceConfig
public final DatastreamStreamSourceConfigOracleSourceConfig getOracleSourceConfig()
Description copied from interface:DatastreamStreamSourceConfigoracle_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}
- Specified by:
getOracleSourceConfigin interfaceDatastreamStreamSourceConfig
-
getPostgresqlSourceConfig
public final DatastreamStreamSourceConfigPostgresqlSourceConfig getPostgresqlSourceConfig()
Description copied from interface:DatastreamStreamSourceConfigpostgresql_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}
- Specified by:
getPostgresqlSourceConfigin interfaceDatastreamStreamSourceConfig
-
getSqlServerSourceConfig
public final DatastreamStreamSourceConfigSqlServerSourceConfig getSqlServerSourceConfig()
Description copied from interface:DatastreamStreamSourceConfigsql_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}
- Specified by:
getSqlServerSourceConfigin interfaceDatastreamStreamSourceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-