Class PgBackendConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.PgBackendConfig.Jsii$Proxy
All Implemented Interfaces:
PgBackendConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
PgBackendConfig

@Stability(Experimental) @Internal public static final class PgBackendConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PgBackendConfig
An implementation for PgBackendConfig
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface com.hashicorp.cdktf.PgBackendConfig

    PgBackendConfig.Builder, PgBackendConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the PgBackendConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) Postgres connection string;
    final String
    (experimental) Name of the automatically-managed Postgres schema, default to terraform_remote_state.
    final Boolean
    (experimental) If set to true, the Postgres index must already exist.
    final Boolean
    (experimental) If set to true, the Postgres schema must already exist.
    final Boolean
    (experimental) If set to true, the Postgres table must already exist.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(PgBackendConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the PgBackendConfig.Builder.
  • Method Details

    • getConnStr

      public final String getConnStr()
      Description copied from interface: PgBackendConfig
      (experimental) Postgres connection string;

      a postgres:// URL. The PG_CONN_STR and standard libpq environment variables can also be used to indicate how to connect to the PostgreSQL database.

      Specified by:
      getConnStr in interface PgBackendConfig
    • getSchemaName

      public final String getSchemaName()
      Description copied from interface: PgBackendConfig
      (experimental) Name of the automatically-managed Postgres schema, default to terraform_remote_state.

      Can also be set using the PG_SCHEMA_NAME environment variable.

      Specified by:
      getSchemaName in interface PgBackendConfig
    • getSkipIndexCreation

      public final Boolean getSkipIndexCreation()
      Description copied from interface: PgBackendConfig
      (experimental) If set to true, the Postgres index must already exist.

      Can also be set using the PG_SKIP_INDEX_CREATION environment variable. Terraform won't try to create the index, this is useful when it has already been created by a database administrator.

      Specified by:
      getSkipIndexCreation in interface PgBackendConfig
    • getSkipSchemaCreation

      public final Boolean getSkipSchemaCreation()
      Description copied from interface: PgBackendConfig
      (experimental) If set to true, the Postgres schema must already exist.

      Can also be set using the PG_SKIP_SCHEMA_CREATION environment variable. Terraform won't try to create the schema, this is useful when it has already been created by a database administrator.

      Specified by:
      getSkipSchemaCreation in interface PgBackendConfig
    • getSkipTableCreation

      public final Boolean getSkipTableCreation()
      Description copied from interface: PgBackendConfig
      (experimental) If set to true, the Postgres table must already exist.

      Can also be set using the PG_SKIP_TABLE_CREATION environment variable. Terraform won't try to create the table, this is useful when it has already been created by a database administrator.

      Specified by:
      getSkipTableCreation in interface PgBackendConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object