Versions in this module Expand all Collapse all v6 v6.0.0 Apr 18, 2023 Changes in this version + func AppEngineApplicationUrlDispatchRules_IsConstruct(x interface{}) *bool + func AppEngineApplicationUrlDispatchRules_IsTerraformElement(x interface{}) *bool + func AppEngineApplicationUrlDispatchRules_IsTerraformResource(x interface{}) *bool + func AppEngineApplicationUrlDispatchRules_TfResourceType() *string + func NewAppEngineApplicationUrlDispatchRulesDispatchRulesList_Override(a AppEngineApplicationUrlDispatchRulesDispatchRulesList, ...) + func NewAppEngineApplicationUrlDispatchRulesDispatchRulesOutputReference_Override(a AppEngineApplicationUrlDispatchRulesDispatchRulesOutputReference, ...) + func NewAppEngineApplicationUrlDispatchRulesTimeoutsOutputReference_Override(a AppEngineApplicationUrlDispatchRulesTimeoutsOutputReference, ...) + func NewAppEngineApplicationUrlDispatchRules_Override(a AppEngineApplicationUrlDispatchRules, scope constructs.Construct, id *string, ...) + type AppEngineApplicationUrlDispatchRules 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 + DispatchRules func() AppEngineApplicationUrlDispatchRulesDispatchRulesList + DispatchRulesInput 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 + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + Lifecycle func() *cdktf.TerraformResourceLifecycle + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Project func() *string + ProjectInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutDispatchRules func(value interface{}) + PutTimeouts func(value *AppEngineApplicationUrlDispatchRulesTimeouts) + RawOverrides func() interface{} + ResetId func() + ResetOverrideLogicalId func() + ResetProject func() + ResetTimeouts func() + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProject 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 + Timeouts func() AppEngineApplicationUrlDispatchRulesTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewAppEngineApplicationUrlDispatchRules(scope constructs.Construct, id *string, ...) AppEngineApplicationUrlDispatchRules + type AppEngineApplicationUrlDispatchRulesConfig struct + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + DispatchRules interface{} + ForEach cdktf.ITerraformIterator + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Timeouts *AppEngineApplicationUrlDispatchRulesTimeouts + type AppEngineApplicationUrlDispatchRulesDispatchRules struct + Domain *string + Path *string + Service *string + type AppEngineApplicationUrlDispatchRulesDispatchRulesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) AppEngineApplicationUrlDispatchRulesDispatchRulesOutputReference + 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 NewAppEngineApplicationUrlDispatchRulesDispatchRulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) AppEngineApplicationUrlDispatchRulesDispatchRulesList + type AppEngineApplicationUrlDispatchRulesDispatchRulesOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Domain func() *string + DomainInput 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 + Path func() *string + PathInput func() *string + ResetDomain func() + Resolve func(_context cdktf.IResolveContext) interface{} + Service func() *string + ServiceInput func() *string + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetDomain func(val *string) + SetInternalValue func(val interface{}) + SetPath func(val *string) + SetService func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewAppEngineApplicationUrlDispatchRulesDispatchRulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) AppEngineApplicationUrlDispatchRulesDispatchRulesOutputReference + type AppEngineApplicationUrlDispatchRulesTimeouts struct + Create *string + Delete *string + Update *string + type AppEngineApplicationUrlDispatchRulesTimeoutsOutputReference 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 NewAppEngineApplicationUrlDispatchRulesTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppEngineApplicationUrlDispatchRulesTimeoutsOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-google-go/google/v10 github.com/cdktf/cdktf-provider-google-go/google/v11 github.com/cdktf/cdktf-provider-google-go/google/v12 github.com/cdktf/cdktf-provider-google-go/google/v13 github.com/cdktf/cdktf-provider-google-go/google/v14 github.com/cdktf/cdktf-provider-google-go/google/v3 github.com/cdktf/cdktf-provider-google-go/google/v4 github.com/cdktf/cdktf-provider-google-go/google/v5 github.com/cdktf/cdktf-provider-google-go/google/v7 github.com/cdktf/cdktf-provider-google-go/google/v8 github.com/cdktf/cdktf-provider-google-go/google/v9