Versions in this module Expand all Collapse all v12 v12.0.0 Jun 4, 2025 Changes in this version + func Database_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource + 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 + AddMoveTarget func(moveTarget *string) + AddOverride func(path *string, value interface{}) + AllowConnections func() interface{} + AllowConnectionsInput func() interface{} + AlterObjectOwnership func() interface{} + AlterObjectOwnershipInput func() interface{} + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConnectionLimit func() *float64 + ConnectionLimitInput func() *float64 + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + 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 + HasResourceMove func() interface{} + Id func() *string + IdInput func() *string + ImportFrom func(id *string, provider cdktf.TerraformProvider) + 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 + MoveFromId func(id *string) + MoveTo func(moveTarget *string, index interface{}) + MoveToId func(id *string) + 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() + ResetAlterObjectOwnership 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{}) + SetAlterObjectOwnership func(val interface{}) + SetConnection func(val interface{}) + SetConnectionLimit func(val *float64) + SetCount func(val interface{}) + 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{} + SynthesizeHclAttributes 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 + ToHclTerraform func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewDatabase(scope constructs.Construct, id *string, config *DatabaseConfig) Database + type DatabaseConfig struct + AllowConnections interface{} + AlterObjectOwnership interface{} + Connection interface{} + ConnectionLimit *float64 + Count interface{} + 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/v5 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