Class DatastreamStreamBackfillAll.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAll.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamBackfillAll,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamBackfillAll
@Stability(Stable) @Internal public static final class DatastreamStreamBackfillAll.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamBackfillAll
An implementation forDatastreamStreamBackfillAll
-
-
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.DatastreamStreamBackfillAll
DatastreamStreamBackfillAll.Builder, DatastreamStreamBackfillAll.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamBackfillAll.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamBackfillAll.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)DatastreamStreamBackfillAllMysqlExcludedObjectsgetMysqlExcludedObjects()mysql_excluded_objects block.DatastreamStreamBackfillAllOracleExcludedObjectsgetOracleExcludedObjects()oracle_excluded_objects block.DatastreamStreamBackfillAllPostgresqlExcludedObjectsgetPostgresqlExcludedObjects()postgresql_excluded_objects block.DatastreamStreamBackfillAllSqlServerExcludedObjectsgetSqlServerExcludedObjects()sql_server_excluded_objects 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(DatastreamStreamBackfillAll.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamBackfillAll.Builder.
-
-
Method Detail
-
getMysqlExcludedObjects
public final DatastreamStreamBackfillAllMysqlExcludedObjects getMysqlExcludedObjects()
Description copied from interface:DatastreamStreamBackfillAllmysql_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_excluded_objects DatastreamStream#mysql_excluded_objects}
- Specified by:
getMysqlExcludedObjectsin interfaceDatastreamStreamBackfillAll
-
getOracleExcludedObjects
public final DatastreamStreamBackfillAllOracleExcludedObjects getOracleExcludedObjects()
Description copied from interface:DatastreamStreamBackfillAlloracle_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_excluded_objects DatastreamStream#oracle_excluded_objects}
- Specified by:
getOracleExcludedObjectsin interfaceDatastreamStreamBackfillAll
-
getPostgresqlExcludedObjects
public final DatastreamStreamBackfillAllPostgresqlExcludedObjects getPostgresqlExcludedObjects()
Description copied from interface:DatastreamStreamBackfillAllpostgresql_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_excluded_objects DatastreamStream#postgresql_excluded_objects}
- Specified by:
getPostgresqlExcludedObjectsin interfaceDatastreamStreamBackfillAll
-
getSqlServerExcludedObjects
public final DatastreamStreamBackfillAllSqlServerExcludedObjects getSqlServerExcludedObjects()
Description copied from interface:DatastreamStreamBackfillAllsql_server_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#sql_server_excluded_objects DatastreamStream#sql_server_excluded_objects}
- Specified by:
getSqlServerExcludedObjectsin interfaceDatastreamStreamBackfillAll
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-