Class DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns
@Stability(Stable) @Internal public static final class DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns
An implementation forDatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns
-
-
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.DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns
DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Builder, DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.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)StringgetColumn()Column name.StringgetDataType()The SQL Server data type.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(DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns.Builder.
-
-
Method Detail
-
getColumn
public final String getColumn()
Description copied from interface:DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumnsColumn name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#column DatastreamStream#column}
- Specified by:
getColumnin interfaceDatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns
-
getDataType
public final String getDataType()
Description copied from interface:DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumnsThe SQL Server data type. Full data types list can be found here: https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql?view=sql-server-ver16.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#data_type DatastreamStream#data_type}
- Specified by:
getDataTypein interfaceDatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemasTablesColumns
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-