Versions in this module Expand all Collapse all v6 v6.0.0 Apr 18, 2023 Changes in this version + func GoogleMonitoringNotificationChannel_IsConstruct(x interface{}) *bool + func GoogleMonitoringNotificationChannel_IsTerraformElement(x interface{}) *bool + func GoogleMonitoringNotificationChannel_IsTerraformResource(x interface{}) *bool + func GoogleMonitoringNotificationChannel_TfResourceType() *string + func NewGoogleMonitoringNotificationChannelSensitiveLabelsOutputReference_Override(g GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference, ...) + func NewGoogleMonitoringNotificationChannelTimeoutsOutputReference_Override(g GoogleMonitoringNotificationChannelTimeoutsOutputReference, ...) + func NewGoogleMonitoringNotificationChannel_Override(g GoogleMonitoringNotificationChannel, scope constructs.Construct, id *string, ...) + type GoogleMonitoringNotificationChannel 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 + Description func() *string + DescriptionInput func() *string + DisplayName func() *string + DisplayNameInput func() *string + Enabled func() interface{} + EnabledInput func() interface{} + ForEach func() cdktf.ITerraformIterator + ForceDelete func() interface{} + ForceDeleteInput func() interface{} + 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 + Labels func() *map[string]*string + LabelsInput func() *map[string]*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{} + PutSensitiveLabels func(value *GoogleMonitoringNotificationChannelSensitiveLabels) + PutTimeouts func(value *GoogleMonitoringNotificationChannelTimeouts) + RawOverrides func() interface{} + ResetDescription func() + ResetDisplayName func() + ResetEnabled func() + ResetForceDelete func() + ResetId func() + ResetLabels func() + ResetOverrideLogicalId func() + ResetProject func() + ResetSensitiveLabels func() + ResetTimeouts func() + ResetUserLabels func() + SensitiveLabels func() GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference + SensitiveLabelsInput func() *GoogleMonitoringNotificationChannelSensitiveLabels + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetDescription func(val *string) + SetDisplayName func(val *string) + SetEnabled func(val interface{}) + SetForEach func(val cdktf.ITerraformIterator) + SetForceDelete func(val interface{}) + SetId func(val *string) + SetLabels func(val *map[string]*string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProject func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetType func(val *string) + SetUserLabels func(val *map[string]*string) + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() GoogleMonitoringNotificationChannelTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + Type func() *string + TypeInput func() *string + UserLabels func() *map[string]*string + UserLabelsInput func() *map[string]*string + VerificationStatus func() *string + func NewGoogleMonitoringNotificationChannel(scope constructs.Construct, id *string, ...) GoogleMonitoringNotificationChannel + type GoogleMonitoringNotificationChannelConfig struct + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + Description *string + DisplayName *string + Enabled interface{} + ForEach cdktf.ITerraformIterator + ForceDelete interface{} + Id *string + Labels *map[string]*string + Lifecycle *cdktf.TerraformResourceLifecycle + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + SensitiveLabels *GoogleMonitoringNotificationChannelSensitiveLabels + Timeouts *GoogleMonitoringNotificationChannelTimeouts + Type *string + UserLabels *map[string]*string + type GoogleMonitoringNotificationChannelSensitiveLabels struct + AuthToken *string + Password *string + ServiceKey *string + type GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference interface + AuthToken func() *string + AuthTokenInput func() *string + 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() *GoogleMonitoringNotificationChannelSensitiveLabels + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Password func() *string + PasswordInput func() *string + ResetAuthToken func() + ResetPassword func() + ResetServiceKey func() + Resolve func(_context cdktf.IResolveContext) interface{} + ServiceKey func() *string + ServiceKeyInput func() *string + SetAuthToken func(val *string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GoogleMonitoringNotificationChannelSensitiveLabels) + SetPassword func(val *string) + SetServiceKey func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleMonitoringNotificationChannelSensitiveLabelsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference + type GoogleMonitoringNotificationChannelTimeouts struct + Create *string + Delete *string + Update *string + type GoogleMonitoringNotificationChannelTimeoutsOutputReference 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 NewGoogleMonitoringNotificationChannelTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleMonitoringNotificationChannelTimeoutsOutputReference 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