DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.count(Number count) |
|
static DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.create(software.constructs.Construct scope,
String id) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.displayName(String displayName) |
An optional human-readable name for this notification channel.
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/monitoring_notification_channel#id DataGoogleMonitoringNotificationChannel#id}.
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.labels(Map<String,String> labels) |
Configuration fields that define the channel and its behavior.
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/monitoring_notification_channel#project DataGoogleMonitoringNotificationChannel#project}.
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.provisioners(List<? extends Object> provisioners) |
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.Builder.type(String type) |
The type of the notification channel.
|
DataGoogleMonitoringNotificationChannel.Builder |
DataGoogleMonitoringNotificationChannel.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.
|