Package com.pulumi.gcp.datastream.inputs
Class StreamBackfillAllPostgresqlExcludedObjectsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.datastream.inputs.StreamBackfillAllPostgresqlExcludedObjectsArgs
-
public final class StreamBackfillAllPostgresqlExcludedObjectsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static StreamBackfillAllPostgresqlExcludedObjectsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
builder()
static StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
builder(StreamBackfillAllPostgresqlExcludedObjectsArgs defaults)
com.pulumi.core.Output<java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>>
postgresqlSchemas()
-
-
-
Field Detail
-
Empty
public static final StreamBackfillAllPostgresqlExcludedObjectsArgs Empty
-
-
Method Detail
-
postgresqlSchemas
public com.pulumi.core.Output<java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>> postgresqlSchemas()
- Returns:
- PostgreSQL schemas on the server Structure is documented below.
-
builder
public static StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder builder()
-
builder
public static StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder builder(StreamBackfillAllPostgresqlExcludedObjectsArgs defaults)
-
-