Interface DatastreamStreamBackfillAll
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamStreamBackfillAll.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.848Z") @Stability(Stable) public interface DatastreamStreamBackfillAll extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamStreamBackfillAll.BuilderA builder forDatastreamStreamBackfillAllstatic classDatastreamStreamBackfillAll.Jsii$ProxyAn implementation forDatastreamStreamBackfillAll
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DatastreamStreamBackfillAll.Builderbuilder()default DatastreamStreamBackfillAllMysqlExcludedObjectsgetMysqlExcludedObjects()mysql_excluded_objects block.default DatastreamStreamBackfillAllOracleExcludedObjectsgetOracleExcludedObjects()oracle_excluded_objects block.default DatastreamStreamBackfillAllPostgresqlExcludedObjectsgetPostgresqlExcludedObjects()postgresql_excluded_objects block.default DatastreamStreamBackfillAllSqlServerExcludedObjectsgetSqlServerExcludedObjects()sql_server_excluded_objects block.
-
-
-
Method Detail
-
getMysqlExcludedObjects
@Stability(Stable) @Nullable default DatastreamStreamBackfillAllMysqlExcludedObjects getMysqlExcludedObjects()
mysql_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_excluded_objects DatastreamStream#mysql_excluded_objects}
-
getOracleExcludedObjects
@Stability(Stable) @Nullable default DatastreamStreamBackfillAllOracleExcludedObjects getOracleExcludedObjects()
oracle_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_excluded_objects DatastreamStream#oracle_excluded_objects}
-
getPostgresqlExcludedObjects
@Stability(Stable) @Nullable default DatastreamStreamBackfillAllPostgresqlExcludedObjects getPostgresqlExcludedObjects()
postgresql_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_excluded_objects DatastreamStream#postgresql_excluded_objects}
-
getSqlServerExcludedObjects
@Stability(Stable) @Nullable default DatastreamStreamBackfillAllSqlServerExcludedObjects getSqlServerExcludedObjects()
sql_server_excluded_objects block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#sql_server_excluded_objects DatastreamStream#sql_server_excluded_objects}
-
builder
@Stability(Stable) static DatastreamStreamBackfillAll.Builder builder()
-
-