Versions in this module Expand all Collapse all v5 v5.0.1 Mar 19, 2023 v5.0.0 Jan 17, 2023 Changes in this version + func Database_IsConstruct(x interface{}) *bool + func Database_IsTerraformElement(x interface{}) *bool + func Database_IsTerraformResource(x interface{}) *bool + func Database_TfResourceType() *string + func NewDatabase_Override(d Database, scope constructs.Construct, id *string, config *DatabaseConfig) + type Database interface + AddOverride func(path *string, value interface{}) + AllowConnections func() interface{} + AllowConnectionsInput func() interface{} + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConnectionLimit func() *float64 + ConnectionLimitInput func() *float64 + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + DependsOn func() *[]*string + Encoding func() *string + EncodingInput func() *string + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + IsTemplate func() interface{} + IsTemplateInput func() interface{} + LcCollate func() *string + LcCollateInput func() *string + LcCtype func() *string + LcCtypeInput func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + Name func() *string + NameInput func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Owner func() *string + OwnerInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + RawOverrides func() interface{} + ResetAllowConnections func() + ResetConnectionLimit func() + ResetEncoding func() + ResetId func() + ResetIsTemplate func() + ResetLcCollate func() + ResetLcCtype func() + ResetOverrideLogicalId func() + ResetOwner func() + ResetTablespaceName func() + ResetTemplate func() + SetAllowConnections func(val interface{}) + SetConnection func(val interface{}) + SetConnectionLimit func(val *float64) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetEncoding func(val *string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetIsTemplate func(val interface{}) + SetLcCollate func(val *string) + SetLcCtype func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetName func(val *string) + SetOwner func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetTablespaceName func(val *string) + SetTemplate func(val *string) + SynthesizeAttributes func() *map[string]interface{} + TablespaceName func() *string + TablespaceNameInput func() *string + Template func() *string + TemplateInput func() *string + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewDatabase(scope constructs.Construct, id *string, config *DatabaseConfig) Database + type DatabaseConfig struct + AllowConnections interface{} + Connection interface{} + ConnectionLimit *float64 + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + Encoding *string + ForEach cdktf.ITerraformIterator + Id *string + IsTemplate interface{} + LcCollate *string + LcCtype *string + Lifecycle *cdktf.TerraformResourceLifecycle + Name *string + Owner *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + TablespaceName *string + Template *string Other modules containing this package github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v10 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v11 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v3 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v4 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v6 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v7 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v8 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v9