Class DatastreamStreamSourceConfigOracleSourceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigOracleSourceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamSourceConfigOracleSourceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamSourceConfigOracleSourceConfig
@Stability(Stable) @Internal public static final class DatastreamStreamSourceConfigOracleSourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamSourceConfigOracleSourceConfig
An implementation forDatastreamStreamSourceConfigOracleSourceConfig
-
-
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.DatastreamStreamSourceConfigOracleSourceConfig
DatastreamStreamSourceConfigOracleSourceConfig.Builder, DatastreamStreamSourceConfigOracleSourceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamSourceConfigOracleSourceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigOracleSourceConfig.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)DatastreamStreamSourceConfigOracleSourceConfigDropLargeObjectsgetDropLargeObjects()drop_large_objects block.DatastreamStreamSourceConfigOracleSourceConfigExcludeObjectsgetExcludeObjects()exclude_objects block.DatastreamStreamSourceConfigOracleSourceConfigIncludeObjectsgetIncludeObjects()include_objects block.NumbergetMaxConcurrentBackfillTasks()Maximum number of concurrent backfill tasks.NumbergetMaxConcurrentCdcTasks()Maximum number of concurrent CDC tasks.DatastreamStreamSourceConfigOracleSourceConfigStreamLargeObjectsgetStreamLargeObjects()stream_large_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(DatastreamStreamSourceConfigOracleSourceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigOracleSourceConfig.Builder.
-
-
Method Detail
-
getDropLargeObjects
public final DatastreamStreamSourceConfigOracleSourceConfigDropLargeObjects getDropLargeObjects()
Description copied from interface:DatastreamStreamSourceConfigOracleSourceConfigdrop_large_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#drop_large_objects DatastreamStream#drop_large_objects}
- Specified by:
getDropLargeObjectsin interfaceDatastreamStreamSourceConfigOracleSourceConfig
-
getExcludeObjects
public final DatastreamStreamSourceConfigOracleSourceConfigExcludeObjects getExcludeObjects()
Description copied from interface:DatastreamStreamSourceConfigOracleSourceConfigexclude_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 interfaceDatastreamStreamSourceConfigOracleSourceConfig
-
getIncludeObjects
public final DatastreamStreamSourceConfigOracleSourceConfigIncludeObjects getIncludeObjects()
Description copied from interface:DatastreamStreamSourceConfigOracleSourceConfiginclude_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 interfaceDatastreamStreamSourceConfigOracleSourceConfig
-
getMaxConcurrentBackfillTasks
public final Number getMaxConcurrentBackfillTasks()
Description copied from interface:DatastreamStreamSourceConfigOracleSourceConfigMaximum 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 interfaceDatastreamStreamSourceConfigOracleSourceConfig
-
getMaxConcurrentCdcTasks
public final Number getMaxConcurrentCdcTasks()
Description copied from interface:DatastreamStreamSourceConfigOracleSourceConfigMaximum 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 interfaceDatastreamStreamSourceConfigOracleSourceConfig
-
getStreamLargeObjects
public final DatastreamStreamSourceConfigOracleSourceConfigStreamLargeObjects getStreamLargeObjects()
Description copied from interface:DatastreamStreamSourceConfigOracleSourceConfigstream_large_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#stream_large_objects DatastreamStream#stream_large_objects}
- Specified by:
getStreamLargeObjectsin interfaceDatastreamStreamSourceConfigOracleSourceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-