Documentation ¶
Index ¶
- func GoogleMonitoringNotificationChannel_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- 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
- type GoogleMonitoringNotificationChannelConfig
- type GoogleMonitoringNotificationChannelSensitiveLabels
- type GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference
- type GoogleMonitoringNotificationChannelTimeouts
- type GoogleMonitoringNotificationChannelTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleMonitoringNotificationChannel_GenerateConfigForImport ¶
func GoogleMonitoringNotificationChannel_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleMonitoringNotificationChannel resource upon running "cdktf plan <stack-name>".
func GoogleMonitoringNotificationChannel_IsConstruct ¶
func GoogleMonitoringNotificationChannel_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleMonitoringNotificationChannel_IsTerraformElement ¶
func GoogleMonitoringNotificationChannel_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleMonitoringNotificationChannel_IsTerraformResource ¶
func GoogleMonitoringNotificationChannel_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleMonitoringNotificationChannel_TfResourceType ¶
func GoogleMonitoringNotificationChannel_TfResourceType() *string
func NewGoogleMonitoringNotificationChannelSensitiveLabelsOutputReference_Override ¶
func NewGoogleMonitoringNotificationChannelSensitiveLabelsOutputReference_Override(g GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleMonitoringNotificationChannelTimeoutsOutputReference_Override ¶
func NewGoogleMonitoringNotificationChannelTimeoutsOutputReference_Override(g GoogleMonitoringNotificationChannelTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleMonitoringNotificationChannel_Override ¶
func NewGoogleMonitoringNotificationChannel_Override(g GoogleMonitoringNotificationChannel, scope constructs.Construct, id *string, config *GoogleMonitoringNotificationChannelConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel google_monitoring_notification_channel} Resource.
Types ¶
type GoogleMonitoringNotificationChannel ¶
type GoogleMonitoringNotificationChannel interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} ForceDelete() interface{} SetForceDelete(val interface{}) ForceDeleteInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SensitiveLabels() GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference SensitiveLabelsInput() *GoogleMonitoringNotificationChannelSensitiveLabels // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleMonitoringNotificationChannelTimeoutsOutputReference TimeoutsInput() interface{} Type() *string SetType(val *string) TypeInput() *string UserLabels() *map[string]*string SetUserLabels(val *map[string]*string) UserLabelsInput() *map[string]*string VerificationStatus() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutSensitiveLabels(value *GoogleMonitoringNotificationChannelSensitiveLabels) PutTimeouts(value *GoogleMonitoringNotificationChannelTimeouts) ResetDescription() ResetDisplayName() ResetEnabled() ResetForceDelete() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetSensitiveLabels() ResetTimeouts() ResetUserLabels() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel google_monitoring_notification_channel}.
func NewGoogleMonitoringNotificationChannel ¶
func NewGoogleMonitoringNotificationChannel(scope constructs.Construct, id *string, config *GoogleMonitoringNotificationChannelConfig) GoogleMonitoringNotificationChannel
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel google_monitoring_notification_channel} Resource.
type GoogleMonitoringNotificationChannelConfig ¶
type GoogleMonitoringNotificationChannelConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The type of the notification channel. // // This field matches the value of the NotificationChannelDescriptor.type field. See https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.notificationChannelDescriptors/list to get the list of valid values such as "email", "slack", etc... // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#type GoogleMonitoringNotificationChannel#type} Type *string `field:"required" json:"type" yaml:"type"` // An optional human-readable description of this notification channel. // // This description may provide additional details, beyond the display name, for the channel. This may not exceed 1024 Unicode characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#description GoogleMonitoringNotificationChannel#description} Description *string `field:"optional" json:"description" yaml:"description"` // An optional human-readable name for this notification channel. // // It is recommended that you specify a non-empty and unique name in order to make it easier to identify the channels in your project, though this is not enforced. The display name is limited to 512 Unicode characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#display_name GoogleMonitoringNotificationChannel#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Whether notifications are forwarded to the described channel. // // This makes it possible to disable delivery of notifications to a particular channel without removing the channel from all alerting policies that reference the channel. This is a more convenient approach when the change is temporary and you want to receive notifications from the same set of alerting policies on the channel at some point in the future. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#enabled GoogleMonitoringNotificationChannel#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). // // If false, channels that are still // referenced by an existing alerting policy will fail to be // deleted in a delete operation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#force_delete GoogleMonitoringNotificationChannel#force_delete} ForceDelete interface{} `field:"optional" json:"forceDelete" yaml:"forceDelete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#id GoogleMonitoringNotificationChannel#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Configuration fields that define the channel and its behavior. // // The // permissible and required labels are specified in the // NotificationChannelDescriptor corresponding to the type field. // // Labels with sensitive data are obfuscated by the API and therefore Terraform cannot // determine if there are upstream changes to these fields. They can also be configured via // the sensitive_labels block, but cannot be configured in both places. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#labels GoogleMonitoringNotificationChannel#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#project GoogleMonitoringNotificationChannel#project}. Project *string `field:"optional" json:"project" yaml:"project"` // sensitive_labels block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#sensitive_labels GoogleMonitoringNotificationChannel#sensitive_labels} SensitiveLabels *GoogleMonitoringNotificationChannelSensitiveLabels `field:"optional" json:"sensitiveLabels" yaml:"sensitiveLabels"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#timeouts GoogleMonitoringNotificationChannel#timeouts} Timeouts *GoogleMonitoringNotificationChannelTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // User-supplied key/value data that does not need to conform to the corresponding NotificationChannelDescriptor's schema, unlike the labels field. // // This field is intended to be used for organizing and identifying the NotificationChannel objects.The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#user_labels GoogleMonitoringNotificationChannel#user_labels} UserLabels *map[string]*string `field:"optional" json:"userLabels" yaml:"userLabels"` }
type GoogleMonitoringNotificationChannelSensitiveLabels ¶
type GoogleMonitoringNotificationChannelSensitiveLabels struct { // An authorization token for a notification channel. Channel types that support this field include: slack. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#auth_token GoogleMonitoringNotificationChannel#auth_token} AuthToken *string `field:"optional" json:"authToken" yaml:"authToken"` // An password for a notification channel. Channel types that support this field include: webhook_basicauth. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#password GoogleMonitoringNotificationChannel#password} Password *string `field:"optional" json:"password" yaml:"password"` // An servicekey token for a notification channel. Channel types that support this field include: pagerduty. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#service_key GoogleMonitoringNotificationChannel#service_key} ServiceKey *string `field:"optional" json:"serviceKey" yaml:"serviceKey"` }
type GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference ¶
type GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference interface { cdktf.ComplexObject AuthToken() *string SetAuthToken(val *string) AuthTokenInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleMonitoringNotificationChannelSensitiveLabels SetInternalValue(val *GoogleMonitoringNotificationChannelSensitiveLabels) Password() *string SetPassword(val *string) PasswordInput() *string ServiceKey() *string SetServiceKey(val *string) ServiceKeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAuthToken() ResetPassword() ResetServiceKey() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleMonitoringNotificationChannelSensitiveLabelsOutputReference ¶
func NewGoogleMonitoringNotificationChannelSensitiveLabelsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference
type GoogleMonitoringNotificationChannelTimeouts ¶
type GoogleMonitoringNotificationChannelTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#create GoogleMonitoringNotificationChannel#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#delete GoogleMonitoringNotificationChannel#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.7.0/docs/resources/google_monitoring_notification_channel#update GoogleMonitoringNotificationChannel#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleMonitoringNotificationChannelTimeoutsOutputReference ¶
type GoogleMonitoringNotificationChannelTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleMonitoringNotificationChannelTimeoutsOutputReference ¶
func NewGoogleMonitoringNotificationChannelTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleMonitoringNotificationChannelTimeoutsOutputReference
Source Files ¶
- GoogleMonitoringNotificationChannel.go
- GoogleMonitoringNotificationChannelConfig.go
- GoogleMonitoringNotificationChannelSensitiveLabels.go
- GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference.go
- GoogleMonitoringNotificationChannelSensitiveLabelsOutputReference__checks.go
- GoogleMonitoringNotificationChannelTimeouts.go
- GoogleMonitoringNotificationChannelTimeoutsOutputReference.go
- GoogleMonitoringNotificationChannelTimeoutsOutputReference__checks.go
- GoogleMonitoringNotificationChannel__checks.go
- main.go