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