Versions in this module Expand all Collapse all v10 v10.0.1 Oct 10, 2023 v10.0.0 Oct 4, 2023 Changes in this version + func NewSccProjectCustomModuleCustomConfigCustomOutputOutputReference_Override(s SccProjectCustomModuleCustomConfigCustomOutputOutputReference, ...) + func NewSccProjectCustomModuleCustomConfigCustomOutputPropertiesList_Override(s SccProjectCustomModuleCustomConfigCustomOutputPropertiesList, ...) + func NewSccProjectCustomModuleCustomConfigCustomOutputPropertiesOutputReference_Override(s SccProjectCustomModuleCustomConfigCustomOutputPropertiesOutputReference, ...) + func NewSccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpressionOutputReference_Override(...) + func NewSccProjectCustomModuleCustomConfigOutputReference_Override(s SccProjectCustomModuleCustomConfigOutputReference, ...) + func NewSccProjectCustomModuleCustomConfigPredicateOutputReference_Override(s SccProjectCustomModuleCustomConfigPredicateOutputReference, ...) + func NewSccProjectCustomModuleCustomConfigResourceSelectorOutputReference_Override(s SccProjectCustomModuleCustomConfigResourceSelectorOutputReference, ...) + func NewSccProjectCustomModuleTimeoutsOutputReference_Override(s SccProjectCustomModuleTimeoutsOutputReference, ...) + func NewSccProjectCustomModule_Override(s SccProjectCustomModule, scope constructs.Construct, id *string, ...) + func SccProjectCustomModule_IsConstruct(x interface{}) *bool + func SccProjectCustomModule_IsTerraformElement(x interface{}) *bool + func SccProjectCustomModule_IsTerraformResource(x interface{}) *bool + func SccProjectCustomModule_TfResourceType() *string + type SccProjectCustomModule interface + AddOverride func(path *string, value interface{}) + AncestorModule func() *string + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + CustomConfig func() SccProjectCustomModuleCustomConfigOutputReference + CustomConfigInput func() *SccProjectCustomModuleCustomConfig + DependsOn func() *[]*string + DisplayName func() *string + DisplayNameInput func() *string + EnablementState func() *string + EnablementStateInput 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 + LastEditor func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + Name func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Project func() *string + ProjectInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutCustomConfig func(value *SccProjectCustomModuleCustomConfig) + PutTimeouts func(value *SccProjectCustomModuleTimeouts) + RawOverrides func() interface{} + ResetId func() + ResetOverrideLogicalId func() + ResetProject func() + ResetTimeouts func() + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetDependsOn func(val *[]*string) + SetDisplayName func(val *string) + SetEnablementState 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() SccProjectCustomModuleTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + UpdateTime func() *string + func NewSccProjectCustomModule(scope constructs.Construct, id *string, config *SccProjectCustomModuleConfig) SccProjectCustomModule + type SccProjectCustomModuleConfig struct + Connection interface{} + Count interface{} + CustomConfig *SccProjectCustomModuleCustomConfig + DependsOn *[]cdktf.ITerraformDependable + DisplayName *string + EnablementState *string + ForEach cdktf.ITerraformIterator + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + Timeouts *SccProjectCustomModuleTimeouts + type SccProjectCustomModuleCustomConfig struct + CustomOutput *SccProjectCustomModuleCustomConfigCustomOutput + Description *string + Predicate *SccProjectCustomModuleCustomConfigPredicate + Recommendation *string + ResourceSelector *SccProjectCustomModuleCustomConfigResourceSelector + Severity *string + type SccProjectCustomModuleCustomConfigCustomOutput struct + Properties interface{} + type SccProjectCustomModuleCustomConfigCustomOutputOutputReference 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() *SccProjectCustomModuleCustomConfigCustomOutput + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Properties func() SccProjectCustomModuleCustomConfigCustomOutputPropertiesList + PropertiesInput func() interface{} + PutProperties func(value interface{}) + ResetProperties func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *SccProjectCustomModuleCustomConfigCustomOutput) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewSccProjectCustomModuleCustomConfigCustomOutputOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SccProjectCustomModuleCustomConfigCustomOutputOutputReference + type SccProjectCustomModuleCustomConfigCustomOutputProperties struct + Name *string + ValueExpression *SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpression + type SccProjectCustomModuleCustomConfigCustomOutputPropertiesList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) SccProjectCustomModuleCustomConfigCustomOutputPropertiesOutputReference + 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 NewSccProjectCustomModuleCustomConfigCustomOutputPropertiesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) SccProjectCustomModuleCustomConfigCustomOutputPropertiesList + type SccProjectCustomModuleCustomConfigCustomOutputPropertiesOutputReference 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() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + PutValueExpression func(value *SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpression) + ResetName func() + ResetValueExpression func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + ValueExpression func() ... + ValueExpressionInput func() *SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpression + func NewSccProjectCustomModuleCustomConfigCustomOutputPropertiesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) SccProjectCustomModuleCustomConfigCustomOutputPropertiesOutputReference + type SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpression struct + Description *string + Expression *string + Location *string + Title *string + type SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpressionOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Description func() *string + DescriptionInput func() *string + Expression func() *string + ExpressionInput 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() *SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpression + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Location func() *string + LocationInput func() *string + ResetDescription func() + ResetLocation func() + ResetTitle func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetDescription func(val *string) + SetExpression func(val *string) + SetInternalValue func(val *SccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpression) + SetLocation func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetTitle func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + Title func() *string + TitleInput func() *string + ToString func() *string + func NewSccProjectCustomModuleCustomConfigCustomOutputPropertiesValueExpressionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ... + type SccProjectCustomModuleCustomConfigOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + CustomOutput func() SccProjectCustomModuleCustomConfigCustomOutputOutputReference + CustomOutputInput func() *SccProjectCustomModuleCustomConfigCustomOutput + Description func() *string + DescriptionInput 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() *SccProjectCustomModuleCustomConfig + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Predicate func() SccProjectCustomModuleCustomConfigPredicateOutputReference + PredicateInput func() *SccProjectCustomModuleCustomConfigPredicate + PutCustomOutput func(value *SccProjectCustomModuleCustomConfigCustomOutput) + PutPredicate func(value *SccProjectCustomModuleCustomConfigPredicate) + PutResourceSelector func(value *SccProjectCustomModuleCustomConfigResourceSelector) + Recommendation func() *string + RecommendationInput func() *string + ResetCustomOutput func() + ResetDescription func() + Resolve func(_context cdktf.IResolveContext) interface{} + ResourceSelector func() SccProjectCustomModuleCustomConfigResourceSelectorOutputReference + ResourceSelectorInput func() *SccProjectCustomModuleCustomConfigResourceSelector + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetDescription func(val *string) + SetInternalValue func(val *SccProjectCustomModuleCustomConfig) + SetRecommendation func(val *string) + SetSeverity func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + Severity func() *string + SeverityInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewSccProjectCustomModuleCustomConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SccProjectCustomModuleCustomConfigOutputReference + type SccProjectCustomModuleCustomConfigPredicate struct + Description *string + Expression *string + Location *string + Title *string + type SccProjectCustomModuleCustomConfigPredicateOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Description func() *string + DescriptionInput func() *string + Expression func() *string + ExpressionInput 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() *SccProjectCustomModuleCustomConfigPredicate + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Location func() *string + LocationInput func() *string + ResetDescription func() + ResetLocation func() + ResetTitle func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetDescription func(val *string) + SetExpression func(val *string) + SetInternalValue func(val *SccProjectCustomModuleCustomConfigPredicate) + SetLocation func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetTitle func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + Title func() *string + TitleInput func() *string + ToString func() *string + func NewSccProjectCustomModuleCustomConfigPredicateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SccProjectCustomModuleCustomConfigPredicateOutputReference + type SccProjectCustomModuleCustomConfigResourceSelector struct + ResourceTypes *[]*string + type SccProjectCustomModuleCustomConfigResourceSelectorOutputReference 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() *SccProjectCustomModuleCustomConfigResourceSelector + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + ResourceTypes func() *[]*string + ResourceTypesInput func() *[]*string + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *SccProjectCustomModuleCustomConfigResourceSelector) + SetResourceTypes func(val *[]*string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewSccProjectCustomModuleCustomConfigResourceSelectorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SccProjectCustomModuleCustomConfigResourceSelectorOutputReference + type SccProjectCustomModuleTimeouts struct + Create *string + Delete *string + Update *string + type SccProjectCustomModuleTimeoutsOutputReference 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 NewSccProjectCustomModuleTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SccProjectCustomModuleTimeoutsOutputReference Other modules containing this package 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/v9