Package com.hashicorp.cdktf
Interface PgBackendConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
DataTerraformRemoteStatePgConfig
- All Known Implementing Classes:
DataTerraformRemoteStatePgConfig.Jsii$Proxy
,PgBackendConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.87.0 (build 9892444)",
date="2023-10-13T15:37:51.535Z")
@Stability(Experimental)
public interface PgBackendConfig
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forPgBackendConfig
static final class
An implementation forPgBackendConfig
-
Method Summary
Modifier and TypeMethodDescriptionstatic PgBackendConfig.Builder
builder()
default String
default Boolean
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnStr
-
getSchemaName
-
getSkipSchemaCreation
-
builder
- Returns:
- a
PgBackendConfig.Builder
ofPgBackendConfig
-