Class DatastreamStreamSourceConfigSqlServerSourceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigSqlServerSourceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamSourceConfigSqlServerSourceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamSourceConfigSqlServerSourceConfig
@Stability(Stable) @Internal public static final class DatastreamStreamSourceConfigSqlServerSourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamSourceConfigSqlServerSourceConfig
An implementation forDatastreamStreamSourceConfigSqlServerSourceConfig
-
-
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.DatastreamStreamSourceConfigSqlServerSourceConfig
DatastreamStreamSourceConfigSqlServerSourceConfig.Builder, DatastreamStreamSourceConfigSqlServerSourceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamSourceConfigSqlServerSourceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigSqlServerSourceConfig.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)DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjectsgetExcludeObjects()exclude_objects block.DatastreamStreamSourceConfigSqlServerSourceConfigIncludeObjectsgetIncludeObjects()include_objects block.NumbergetMaxConcurrentBackfillTasks()Max concurrent backfill tasks.NumbergetMaxConcurrentCdcTasks()Max concurrent CDC tasks.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(DatastreamStreamSourceConfigSqlServerSourceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigSqlServerSourceConfig.Builder.
-
-
Method Detail
-
getExcludeObjects
public final DatastreamStreamSourceConfigSqlServerSourceConfigExcludeObjects getExcludeObjects()
Description copied from interface:DatastreamStreamSourceConfigSqlServerSourceConfigexclude_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#exclude_objects DatastreamStream#exclude_objects}
- Specified by:
getExcludeObjectsin interfaceDatastreamStreamSourceConfigSqlServerSourceConfig
-
getIncludeObjects
public final DatastreamStreamSourceConfigSqlServerSourceConfigIncludeObjects getIncludeObjects()
Description copied from interface:DatastreamStreamSourceConfigSqlServerSourceConfiginclude_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#include_objects DatastreamStream#include_objects}
- Specified by:
getIncludeObjectsin interfaceDatastreamStreamSourceConfigSqlServerSourceConfig
-
getMaxConcurrentBackfillTasks
public final Number getMaxConcurrentBackfillTasks()
Description copied from interface:DatastreamStreamSourceConfigSqlServerSourceConfigMax concurrent backfill tasks.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#max_concurrent_backfill_tasks DatastreamStream#max_concurrent_backfill_tasks}
- Specified by:
getMaxConcurrentBackfillTasksin interfaceDatastreamStreamSourceConfigSqlServerSourceConfig
-
getMaxConcurrentCdcTasks
public final Number getMaxConcurrentCdcTasks()
Description copied from interface:DatastreamStreamSourceConfigSqlServerSourceConfigMax concurrent CDC tasks.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#max_concurrent_cdc_tasks DatastreamStream#max_concurrent_cdc_tasks}
- Specified by:
getMaxConcurrentCdcTasksin interfaceDatastreamStreamSourceConfigSqlServerSourceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-