Class DatastreamStreamSourceConfigPostgresqlSourceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigPostgresqlSourceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamSourceConfigPostgresqlSourceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamSourceConfigPostgresqlSourceConfig
@Stability(Stable) @Internal public static final class DatastreamStreamSourceConfigPostgresqlSourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamSourceConfigPostgresqlSourceConfig
An implementation forDatastreamStreamSourceConfigPostgresqlSourceConfig
-
-
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.DatastreamStreamSourceConfigPostgresqlSourceConfig
DatastreamStreamSourceConfigPostgresqlSourceConfig.Builder, DatastreamStreamSourceConfigPostgresqlSourceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamSourceConfigPostgresqlSourceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigPostgresqlSourceConfig.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)DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsgetExcludeObjects()exclude_objects block.DatastreamStreamSourceConfigPostgresqlSourceConfigIncludeObjectsgetIncludeObjects()include_objects block.NumbergetMaxConcurrentBackfillTasks()Maximum number of concurrent backfill tasks.StringgetPublication()The name of the publication that includes the set of all tables that are defined in the stream's include_objects.StringgetReplicationSlot()The name of the logical replication slot that's configured with the pgoutput plugin.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(DatastreamStreamSourceConfigPostgresqlSourceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamSourceConfigPostgresqlSourceConfig.Builder.
-
-
Method Detail
-
getPublication
public final String getPublication()
Description copied from interface:DatastreamStreamSourceConfigPostgresqlSourceConfigThe name of the publication that includes the set of all tables that are defined in the stream's include_objects.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#publication DatastreamStream#publication}
- Specified by:
getPublicationin interfaceDatastreamStreamSourceConfigPostgresqlSourceConfig
-
getReplicationSlot
public final String getReplicationSlot()
Description copied from interface:DatastreamStreamSourceConfigPostgresqlSourceConfigThe name of the logical replication slot that's configured with the pgoutput plugin.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#replication_slot DatastreamStream#replication_slot}
- Specified by:
getReplicationSlotin interfaceDatastreamStreamSourceConfigPostgresqlSourceConfig
-
getExcludeObjects
public final DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects getExcludeObjects()
Description copied from interface:DatastreamStreamSourceConfigPostgresqlSourceConfigexclude_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 interfaceDatastreamStreamSourceConfigPostgresqlSourceConfig
-
getIncludeObjects
public final DatastreamStreamSourceConfigPostgresqlSourceConfigIncludeObjects getIncludeObjects()
Description copied from interface:DatastreamStreamSourceConfigPostgresqlSourceConfiginclude_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 interfaceDatastreamStreamSourceConfigPostgresqlSourceConfig
-
getMaxConcurrentBackfillTasks
public final Number getMaxConcurrentBackfillTasks()
Description copied from interface:DatastreamStreamSourceConfigPostgresqlSourceConfigMaximum 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 interfaceDatastreamStreamSourceConfigPostgresqlSourceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-