Versions in this module Expand all Collapse all v6 v6.0.0 Apr 18, 2023 Changes in this version + func GoogleVpcAccessConnector_IsConstruct(x interface{}) *bool + func GoogleVpcAccessConnector_IsTerraformElement(x interface{}) *bool + func GoogleVpcAccessConnector_IsTerraformResource(x interface{}) *bool + func GoogleVpcAccessConnector_TfResourceType() *string + func NewGoogleVpcAccessConnectorSubnetOutputReference_Override(g GoogleVpcAccessConnectorSubnetOutputReference, ...) + func NewGoogleVpcAccessConnectorTimeoutsOutputReference_Override(g GoogleVpcAccessConnectorTimeoutsOutputReference, ...) + func NewGoogleVpcAccessConnector_Override(g GoogleVpcAccessConnector, scope constructs.Construct, id *string, ...) + type GoogleVpcAccessConnector interface + AddOverride func(path *string, value interface{}) + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + DependsOn 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 + IpCidrRange func() *string + IpCidrRangeInput func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + MachineType func() *string + MachineTypeInput func() *string + MaxInstances func() *float64 + MaxInstancesInput func() *float64 + MaxThroughput func() *float64 + MaxThroughputInput func() *float64 + MinInstances func() *float64 + MinInstancesInput func() *float64 + MinThroughput func() *float64 + MinThroughputInput func() *float64 + Name func() *string + NameInput func() *string + Network func() *string + NetworkInput func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Project func() *string + ProjectInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutSubnet func(value *GoogleVpcAccessConnectorSubnet) + PutTimeouts func(value *GoogleVpcAccessConnectorTimeouts) + RawOverrides func() interface{} + Region func() *string + RegionInput func() *string + ResetId func() + ResetIpCidrRange func() + ResetMachineType func() + ResetMaxInstances func() + ResetMaxThroughput func() + ResetMinInstances func() + ResetMinThroughput func() + ResetNetwork func() + ResetOverrideLogicalId func() + ResetProject func() + ResetRegion func() + ResetSubnet func() + ResetTimeouts func() + SelfLink func() *string + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetIpCidrRange func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetMachineType func(val *string) + SetMaxInstances func(val *float64) + SetMaxThroughput func(val *float64) + SetMinInstances func(val *float64) + SetMinThroughput func(val *float64) + SetName func(val *string) + SetNetwork func(val *string) + SetProject func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetRegion func(val *string) + State func() *string + Subnet func() GoogleVpcAccessConnectorSubnetOutputReference + SubnetInput func() *GoogleVpcAccessConnectorSubnet + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() GoogleVpcAccessConnectorTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewGoogleVpcAccessConnector(scope constructs.Construct, id *string, config *GoogleVpcAccessConnectorConfig) GoogleVpcAccessConnector + type GoogleVpcAccessConnectorConfig struct + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + ForEach cdktf.ITerraformIterator + Id *string + IpCidrRange *string + Lifecycle *cdktf.TerraformResourceLifecycle + MachineType *string + MaxInstances *float64 + MaxThroughput *float64 + MinInstances *float64 + MinThroughput *float64 + Name *string + Network *string + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Region *string + Subnet *GoogleVpcAccessConnectorSubnet + Timeouts *GoogleVpcAccessConnectorTimeouts + type GoogleVpcAccessConnectorSubnet struct + Name *string + ProjectId *string + type GoogleVpcAccessConnectorSubnetOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + 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() *GoogleVpcAccessConnectorSubnet + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + ProjectId func() *string + ProjectIdInput func() *string + ResetName func() + ResetProjectId func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GoogleVpcAccessConnectorSubnet) + SetName func(val *string) + SetProjectId func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleVpcAccessConnectorSubnetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVpcAccessConnectorSubnetOutputReference + type GoogleVpcAccessConnectorTimeouts struct + Create *string + Delete *string + type GoogleVpcAccessConnectorTimeoutsOutputReference 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() + 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) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleVpcAccessConnectorTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVpcAccessConnectorTimeoutsOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v10 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v11 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v12 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v13 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v14 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v3 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v4 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v5 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v7 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v8 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v9