Interface DatastreamStreamSourceConfigOracleSourceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamStreamSourceConfigOracleSourceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.878Z") @Stability(Stable) public interface DatastreamStreamSourceConfigOracleSourceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamStreamSourceConfigOracleSourceConfig.BuilderA builder forDatastreamStreamSourceConfigOracleSourceConfigstatic classDatastreamStreamSourceConfigOracleSourceConfig.Jsii$ProxyAn implementation forDatastreamStreamSourceConfigOracleSourceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DatastreamStreamSourceConfigOracleSourceConfig.Builderbuilder()default DatastreamStreamSourceConfigOracleSourceConfigDropLargeObjectsgetDropLargeObjects()drop_large_objects block.default DatastreamStreamSourceConfigOracleSourceConfigExcludeObjectsgetExcludeObjects()exclude_objects block.default DatastreamStreamSourceConfigOracleSourceConfigIncludeObjectsgetIncludeObjects()include_objects block.default NumbergetMaxConcurrentBackfillTasks()Maximum number of concurrent backfill tasks.default NumbergetMaxConcurrentCdcTasks()Maximum number of concurrent CDC tasks.default DatastreamStreamSourceConfigOracleSourceConfigStreamLargeObjectsgetStreamLargeObjects()stream_large_objects block.
-
-
-
Method Detail
-
getDropLargeObjects
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigOracleSourceConfigDropLargeObjects getDropLargeObjects()
drop_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}
-
getExcludeObjects
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigOracleSourceConfigExcludeObjects getExcludeObjects()
exclude_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}
-
getIncludeObjects
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigOracleSourceConfigIncludeObjects getIncludeObjects()
include_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}
-
getMaxConcurrentBackfillTasks
@Stability(Stable) @Nullable default Number getMaxConcurrentBackfillTasks()
Maximum 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}
-
getMaxConcurrentCdcTasks
@Stability(Stable) @Nullable default Number getMaxConcurrentCdcTasks()
Maximum 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}
-
getStreamLargeObjects
@Stability(Stable) @Nullable default DatastreamStreamSourceConfigOracleSourceConfigStreamLargeObjects getStreamLargeObjects()
stream_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}
-
builder
@Stability(Stable) static DatastreamStreamSourceConfigOracleSourceConfig.Builder builder()
-
-