Class DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas
@Stability(Stable) @Internal public static final class DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas
An implementation forDatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas
-
-
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.DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas
DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Builder, DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.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)StringgetSchema()Schema name.ObjectgetTables()tables 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(DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas.Builder.
-
-
Method Detail
-
getSchema
public final String getSchema()
Description copied from interface:DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemasSchema name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#schema DatastreamStream#schema}
- Specified by:
getSchemain interfaceDatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas
-
getTables
public final Object getTables()
Description copied from interface:DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemastables block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#tables DatastreamStream#tables}
- Specified by:
getTablesin interfaceDatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-