Uses of Class
com.hashicorp.cdktf.PgBackend.Builder
Packages that use PgBackend.Builder
-
Uses of PgBackend.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return PgBackend.BuilderModifier and TypeMethodDescription(experimental) Postgres connection string;static PgBackend.BuilderPgBackend.Builder.create(software.constructs.Construct scope) PgBackend.Builder.schemaName(String schemaName) (experimental) Name of the automatically-managed Postgres schema, default to terraform_remote_state.PgBackend.Builder.skipIndexCreation(Boolean skipIndexCreation) (experimental) If set to true, the Postgres index must already exist.PgBackend.Builder.skipSchemaCreation(Boolean skipSchemaCreation) (experimental) If set to true, the Postgres schema must already exist.PgBackend.Builder.skipTableCreation(Boolean skipTableCreation) (experimental) If set to true, the Postgres table must already exist.