Initializer
Properties
| Name | Type | Description |
|---|---|---|
connStr | java.lang.String | Postgres connection string; |
schemaName | java.lang.String | Name of the automatically-managed Postgres schema, default to terraform_remote_state. |
skipIndexCreation | java.lang.Boolean | If set to true, the Postgres index must already exist. |
skipSchemaCreation | java.lang.Boolean | If set to true, the Postgres schema must already exist. |
skipTableCreation | java.lang.Boolean | If set to true, the Postgres table must already exist. |
connStrRequired
- Type: java.lang.String
schemaNameOptional
- Type: java.lang.String
skipIndexCreationOptional
- Type: java.lang.Boolean
skipSchemaCreationOptional
- Type: java.lang.Boolean
skipTableCreationOptional
- Type: java.lang.Boolean