Versions in this module Expand all Collapse all v15 v15.0.0 Jun 15, 2023 Changes in this version + func NeptuneGlobalCluster_IsConstruct(x interface{}) *bool + func NeptuneGlobalCluster_IsTerraformElement(x interface{}) *bool + func NeptuneGlobalCluster_IsTerraformResource(x interface{}) *bool + func NeptuneGlobalCluster_TfResourceType() *string + func NewNeptuneGlobalClusterGlobalClusterMembersList_Override(n NeptuneGlobalClusterGlobalClusterMembersList, ...) + func NewNeptuneGlobalClusterGlobalClusterMembersOutputReference_Override(n NeptuneGlobalClusterGlobalClusterMembersOutputReference, ...) + func NewNeptuneGlobalClusterTimeoutsOutputReference_Override(n NeptuneGlobalClusterTimeoutsOutputReference, ...) + func NewNeptuneGlobalCluster_Override(n NeptuneGlobalCluster, scope constructs.Construct, id *string, ...) + type NeptuneGlobalCluster interface + AddOverride func(path *string, value interface{}) + Arn func() *string + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + DeletionProtection func() interface{} + DeletionProtectionInput func() interface{} + DependsOn func() *[]*string + Engine func() *string + EngineInput func() *string + EngineVersion func() *string + EngineVersionInput 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 + GlobalClusterIdentifier func() *string + GlobalClusterIdentifierInput func() *string + GlobalClusterMembers func() NeptuneGlobalClusterGlobalClusterMembersList + GlobalClusterResourceId func() *string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + Lifecycle func() *cdktf.TerraformResourceLifecycle + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutTimeouts func(value *NeptuneGlobalClusterTimeouts) + RawOverrides func() interface{} + ResetDeletionProtection func() + ResetEngine func() + ResetEngineVersion func() + ResetId func() + ResetOverrideLogicalId func() + ResetSourceDbClusterIdentifier func() + ResetStorageEncrypted func() + ResetTimeouts func() + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetDeletionProtection func(val interface{}) + SetDependsOn func(val *[]*string) + SetEngine func(val *string) + SetEngineVersion func(val *string) + SetForEach func(val cdktf.ITerraformIterator) + SetGlobalClusterIdentifier func(val *string) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetSourceDbClusterIdentifier func(val *string) + SetStorageEncrypted func(val interface{}) + SourceDbClusterIdentifier func() *string + SourceDbClusterIdentifierInput func() *string + Status func() *string + StorageEncrypted func() interface{} + StorageEncryptedInput func() interface{} + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() NeptuneGlobalClusterTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewNeptuneGlobalCluster(scope constructs.Construct, id *string, config *NeptuneGlobalClusterConfig) NeptuneGlobalCluster + type NeptuneGlobalClusterConfig struct + Connection interface{} + Count interface{} + DeletionProtection interface{} + DependsOn *[]cdktf.ITerraformDependable + Engine *string + EngineVersion *string + ForEach cdktf.ITerraformIterator + GlobalClusterIdentifier *string + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + SourceDbClusterIdentifier *string + StorageEncrypted interface{} + Timeouts *NeptuneGlobalClusterTimeouts + type NeptuneGlobalClusterGlobalClusterMembers struct + type NeptuneGlobalClusterGlobalClusterMembersList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) NeptuneGlobalClusterGlobalClusterMembersOutputReference + Resolve func(_context cdktf.IResolveContext) 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 NewNeptuneGlobalClusterGlobalClusterMembersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) NeptuneGlobalClusterGlobalClusterMembersList + type NeptuneGlobalClusterGlobalClusterMembersOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + DbClusterArn 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() *NeptuneGlobalClusterGlobalClusterMembers + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + IsWriter func() cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *NeptuneGlobalClusterGlobalClusterMembers) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewNeptuneGlobalClusterGlobalClusterMembersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) NeptuneGlobalClusterGlobalClusterMembersOutputReference + type NeptuneGlobalClusterTimeouts struct + Create *string + Delete *string + Update *string + type NeptuneGlobalClusterTimeoutsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() *string + CreateInput func() *string + CreationStack func() *[]*string + Delete func() *string + DeleteInput 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() + ResetDelete func() + ResetUpdate func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val *string) + SetDelete func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUpdate func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Update func() *string + UpdateInput func() *string + func NewNeptuneGlobalClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NeptuneGlobalClusterTimeoutsOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-aws-go/aws/v11 github.com/cdktf/cdktf-provider-aws-go/aws/v12 github.com/cdktf/cdktf-provider-aws-go/aws/v13 github.com/cdktf/cdktf-provider-aws-go/aws/v14 github.com/cdktf/cdktf-provider-aws-go/aws/v16 github.com/cdktf/cdktf-provider-aws-go/aws/v17 github.com/cdktf/cdktf-provider-aws-go/aws/v18 github.com/cdktf/cdktf-provider-aws-go/aws/v19