Interface DataGoogleMonitoringNotificationChannelConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataGoogleMonitoringNotificationChannelConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.994Z") @Stability(Stable) public interface DataGoogleMonitoringNotificationChannelConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleMonitoringNotificationChannelConfig.BuilderA builder forDataGoogleMonitoringNotificationChannelConfigstatic classDataGoogleMonitoringNotificationChannelConfig.Jsii$ProxyAn implementation forDataGoogleMonitoringNotificationChannelConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataGoogleMonitoringNotificationChannelConfig.Builderbuilder()default StringgetDisplayName()An optional human-readable name for this notification channel.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/monitoring_notification_channel#id DataGoogleMonitoringNotificationChannel#id}.default Map<String,String>getLabels()Configuration fields that define the channel and its behavior.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/monitoring_notification_channel#project DataGoogleMonitoringNotificationChannel#project}.default StringgetType()The type of the notification channel.default Map<String,String>getUserLabels()User-supplied key/value data that does not need to conform to the corresponding NotificationChannelDescriptor's schema, unlike the labels field.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
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/5.43.1/docs/data-sources/monitoring_notification_channel#display_name DataGoogleMonitoringNotificationChannel#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/monitoring_notification_channel#id DataGoogleMonitoringNotificationChannel#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
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/5.43.1/docs/data-sources/monitoring_notification_channel#labels DataGoogleMonitoringNotificationChannel#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/monitoring_notification_channel#project DataGoogleMonitoringNotificationChannel#project}.
-
getType
@Stability(Stable) @Nullable default String getType()
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/5.43.1/docs/data-sources/monitoring_notification_channel#type DataGoogleMonitoringNotificationChannel#type}
-
getUserLabels
@Stability(Stable) @Nullable default Map<String,String> getUserLabels()
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/5.43.1/docs/data-sources/monitoring_notification_channel#user_labels DataGoogleMonitoringNotificationChannel#user_labels}
-
builder
@Stability(Stable) static DataGoogleMonitoringNotificationChannelConfig.Builder builder()
-
-