MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.count(Number count) |
|
static MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.create(software.constructs.Construct scope,
String id) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.description(String description) |
An optional human-readable description of this notification channel.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.displayName(String displayName) |
An optional human-readable name for this notification channel.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.enabled(com.hashicorp.cdktf.IResolvable enabled) |
Whether notifications are forwarded to the described channel.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.enabled(Boolean enabled) |
Whether notifications are forwarded to the described channel.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.forceDelete(com.hashicorp.cdktf.IResolvable forceDelete) |
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel).
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.forceDelete(Boolean forceDelete) |
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel).
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#id MonitoringNotificationChannel#id}.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.labels(Map<String,String> labels) |
Configuration fields that define the channel and its behavior.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#project MonitoringNotificationChannel#project}.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.provisioners(List<? extends Object> provisioners) |
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.sensitiveLabels(MonitoringNotificationChannelSensitiveLabels sensitiveLabels) |
sensitive_labels block.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.timeouts(MonitoringNotificationChannelTimeouts timeouts) |
timeouts block.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.type(String type) |
The type of the notification channel.
|
MonitoringNotificationChannel.Builder |
MonitoringNotificationChannel.Builder.userLabels(Map<String,String> userLabels) |
User-supplied key/value data that does not need to conform to the corresponding NotificationChannelDescriptor's schema, unlike the labels field.
|