Class MonitoringNotificationChannelConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_notification_channel.MonitoringNotificationChannelConfig.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringNotificationChannelConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringNotificationChannelConfig
@Stability(Stable) @Internal public static final class MonitoringNotificationChannelConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringNotificationChannelConfig
An implementation forMonitoringNotificationChannelConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_notification_channel.MonitoringNotificationChannelConfig
MonitoringNotificationChannelConfig.Builder, MonitoringNotificationChannelConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringNotificationChannelConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringNotificationChannelConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional human-readable description of this notification channel.StringgetDisplayName()An optional human-readable name for this notification channel.ObjectgetEnabled()Whether notifications are forwarded to the described channel.ObjectgetForceDelete()If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel).com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#id MonitoringNotificationChannel#id}.Map<String,String>getLabels()Configuration fields that define the channel and its behavior.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#project MonitoringNotificationChannel#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()MonitoringNotificationChannelSensitiveLabelsgetSensitiveLabels()sensitive_labels block.MonitoringNotificationChannelTimeoutsgetTimeouts()timeouts block.StringgetType()The type of the notification channel.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.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringNotificationChannelConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringNotificationChannelConfig.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:MonitoringNotificationChannelConfigThe 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/resources/monitoring_notification_channel#type MonitoringNotificationChannel#type}
- Specified by:
getTypein interfaceMonitoringNotificationChannelConfig
-
getDescription
public final String getDescription()
Description copied from interface:MonitoringNotificationChannelConfigAn 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/5.43.1/docs/resources/monitoring_notification_channel#description MonitoringNotificationChannel#description}
- Specified by:
getDescriptionin interfaceMonitoringNotificationChannelConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:MonitoringNotificationChannelConfigAn 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/resources/monitoring_notification_channel#display_name MonitoringNotificationChannel#display_name}
- Specified by:
getDisplayNamein interfaceMonitoringNotificationChannelConfig
-
getEnabled
public final Object getEnabled()
Description copied from interface:MonitoringNotificationChannelConfigWhether 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/5.43.1/docs/resources/monitoring_notification_channel#enabled MonitoringNotificationChannel#enabled}
- Specified by:
getEnabledin interfaceMonitoringNotificationChannelConfig
-
getForceDelete
public final Object getForceDelete()
Description copied from interface:MonitoringNotificationChannelConfigIf 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/5.43.1/docs/resources/monitoring_notification_channel#force_delete MonitoringNotificationChannel#force_delete}
- Specified by:
getForceDeletein interfaceMonitoringNotificationChannelConfig
-
getId
public final String getId()
Description copied from interface:MonitoringNotificationChannelConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#id MonitoringNotificationChannel#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.
- Specified by:
getIdin interfaceMonitoringNotificationChannelConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:MonitoringNotificationChannelConfigConfiguration 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/resources/monitoring_notification_channel#labels MonitoringNotificationChannel#labels}
- Specified by:
getLabelsin interfaceMonitoringNotificationChannelConfig
-
getProject
public final String getProject()
Description copied from interface:MonitoringNotificationChannelConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#project MonitoringNotificationChannel#project}.- Specified by:
getProjectin interfaceMonitoringNotificationChannelConfig
-
getSensitiveLabels
public final MonitoringNotificationChannelSensitiveLabels getSensitiveLabels()
Description copied from interface:MonitoringNotificationChannelConfigsensitive_labels block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#sensitive_labels MonitoringNotificationChannel#sensitive_labels}
- Specified by:
getSensitiveLabelsin interfaceMonitoringNotificationChannelConfig
-
getTimeouts
public final MonitoringNotificationChannelTimeouts getTimeouts()
Description copied from interface:MonitoringNotificationChannelConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#timeouts MonitoringNotificationChannel#timeouts}
- Specified by:
getTimeoutsin interfaceMonitoringNotificationChannelConfig
-
getUserLabels
public final Map<String,String> getUserLabels()
Description copied from interface:MonitoringNotificationChannelConfigUser-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/resources/monitoring_notification_channel#user_labels MonitoringNotificationChannel#user_labels}
- Specified by:
getUserLabelsin interfaceMonitoringNotificationChannelConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-