Class CfnNotificationChannel.NotificationChannelConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnNotificationChannel.NotificationChannelConfigProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnNotificationChannel.NotificationChannelConfigProperty
CfnNotificationChannel.NotificationChannelConfigProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.NotificationChannelConfigPropertyCfnNotificationChannel.NotificationChannelConfigProperty.Builder, CfnNotificationChannel.NotificationChannelConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationChannel.NotificationChannelConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe filter configurations for the Amazon SNS notification topic you use with DevOps Guru.final ObjectgetSns()Information about a notification channel configured in DevOps Guru to send notifications when insights are created.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnNotificationChannel.NotificationChannelConfigProperty.Builder.
 
- 
- 
Method Details- 
getFiltersDescription copied from interface:CfnNotificationChannel.NotificationChannelConfigPropertyThe filter configurations for the Amazon SNS notification topic you use with DevOps Guru.If you do not provide filter configurations, the default configurations are to receive notifications for all message types of HighorMediumseverity.- Specified by:
- getFiltersin interface- CfnNotificationChannel.NotificationChannelConfigProperty
 
- 
getSnsDescription copied from interface:CfnNotificationChannel.NotificationChannelConfigPropertyInformation about a notification channel configured in DevOps Guru to send notifications when insights are created.If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics . If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for AWS KMS–encrypted Amazon SNS topics . - Specified by:
- getSnsin interface- CfnNotificationChannel.NotificationChannelConfigProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-