Versions in this module Expand all Collapse all v7 v7.0.0 Jun 15, 2023 Changes in this version + func NewSchemaPolicyList_Override(s SchemaPolicyList, terraformResource cdktf.IInterpolatingParent, ...) + func NewSchemaPolicyOutputReference_Override(s SchemaPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, ...) + func NewSchema_Override(s Schema, scope constructs.Construct, id *string, config *SchemaConfig) + func Schema_IsConstruct(x interface{}) *bool + func Schema_IsTerraformElement(x interface{}) *bool + func Schema_IsTerraformResource(x interface{}) *bool + func Schema_TfResourceType() *string + type Schema interface + AddOverride func(path *string, value interface{}) + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + Database func() *string + DatabaseInput func() *string + DependsOn func() *[]*string + DropCascade func() interface{} + DropCascadeInput func() interface{} + 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 + IfNotExists func() interface{} + IfNotExistsInput func() interface{} + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + Lifecycle func() *cdktf.TerraformResourceLifecycle + Name func() *string + NameInput func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Owner func() *string + OwnerInput func() *string + Policy func() SchemaPolicyList + PolicyInput func() interface{} + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutPolicy func(value interface{}) + RawOverrides func() interface{} + ResetDatabase func() + ResetDropCascade func() + ResetId func() + ResetIfNotExists func() + ResetOverrideLogicalId func() + ResetOwner func() + ResetPolicy func() + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetDatabase func(val *string) + SetDependsOn func(val *[]*string) + SetDropCascade func(val interface{}) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetIfNotExists func(val interface{}) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetName func(val *string) + SetOwner func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewSchema(scope constructs.Construct, id *string, config *SchemaConfig) Schema + type SchemaConfig struct + Connection interface{} + Count interface{} + Database *string + DependsOn *[]cdktf.ITerraformDependable + DropCascade interface{} + ForEach cdktf.ITerraformIterator + Id *string + IfNotExists interface{} + Lifecycle *cdktf.TerraformResourceLifecycle + Name *string + Owner *string + Policy interface{} + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + type SchemaPolicy struct + Create interface{} + CreateWithGrant interface{} + Role *string + Usage interface{} + UsageWithGrant interface{} + type SchemaPolicyList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) SchemaPolicyOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewSchemaPolicyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) SchemaPolicyList + type SchemaPolicyOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() interface{} + CreateInput func() interface{} + CreateWithGrant func() interface{} + CreateWithGrantInput func() interface{} + CreationStack func() *[]*string + Fqn 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 + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetCreate func() + ResetCreateWithGrant func() + ResetRole func() + ResetUsage func() + ResetUsageWithGrant func() + Resolve func(_context cdktf.IResolveContext) interface{} + Role func() *string + RoleInput func() *string + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val interface{}) + SetCreateWithGrant func(val interface{}) + SetInternalValue func(val interface{}) + SetRole func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUsage func(val interface{}) + SetUsageWithGrant func(val interface{}) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Usage func() interface{} + UsageInput func() interface{} + UsageWithGrant func() interface{} + UsageWithGrantInput func() interface{} + func NewSchemaPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) SchemaPolicyOutputReference 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/v8 github.com/cdktf/cdktf-provider-postgresql-go/postgresql/v9