Class DatastreamStreamSourceConfigMysqlSourceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigMysqlSourceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamSourceConfigMysqlSourceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamSourceConfigMysqlSourceConfig
@Stability(Stable) @Internal public static final class DatastreamStreamSourceConfigMysqlSourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamSourceConfigMysqlSourceConfig
An implementation forDatastreamStreamSourceConfigMysqlSourceConfig
-
-
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.DatastreamStreamSourceConfigMysqlSourceConfig
DatastreamStreamSourceConfigMysqlSourceConfig.Builder, DatastreamStreamSourceConfigMysqlSourceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamSourceConfigMysqlSourceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigMysqlSourceConfig.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)DatastreamStreamSourceConfigMysqlSourceConfigExcludeObjectsgetExcludeObjects()exclude_objects block.DatastreamStreamSourceConfigMysqlSourceConfigIncludeObjectsgetIncludeObjects()include_objects block.NumbergetMaxConcurrentBackfillTasks()Maximum number of concurrent backfill tasks.NumbergetMaxConcurrentCdcTasks()Maximum number of 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(DatastreamStreamSourceConfigMysqlSourceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigMysqlSourceConfig.Builder.
-
-
Method Detail
-
getExcludeObjects
public final DatastreamStreamSourceConfigMysqlSourceConfigExcludeObjects getExcludeObjects()
Description copied from interface:DatastreamStreamSourceConfigMysqlSourceConfigexclude_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 interfaceDatastreamStreamSourceConfigMysqlSourceConfig
-
getIncludeObjects
public final DatastreamStreamSourceConfigMysqlSourceConfigIncludeObjects getIncludeObjects()
Description copied from interface:DatastreamStreamSourceConfigMysqlSourceConfiginclude_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 interfaceDatastreamStreamSourceConfigMysqlSourceConfig
-
getMaxConcurrentBackfillTasks
public final Number getMaxConcurrentBackfillTasks()
Description copied from interface:DatastreamStreamSourceConfigMysqlSourceConfigMaximum number of concurrent backfill tasks.The number should be non negative. If not set (or set to 0), the system's default value will be used. 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 interfaceDatastreamStreamSourceConfigMysqlSourceConfig
-
getMaxConcurrentCdcTasks
public final Number getMaxConcurrentCdcTasks()
Description copied from interface:DatastreamStreamSourceConfigMysqlSourceConfigMaximum number of concurrent CDC tasks.The number should be non negative. If not set (or set to 0), the system's default value will be used. 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 interfaceDatastreamStreamSourceConfigMysqlSourceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-