Class CfnNotificationChannel.NotificationChannelConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationChannel.NotificationChannelConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationChannel.NotificationChannelConfigProperty
CfnNotificationChannel.NotificationChannelConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.NotificationChannelConfigProperty
CfnNotificationChannel.NotificationChannelConfigProperty.Builder, CfnNotificationChannel.NotificationChannelConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnNotificationChannel.NotificationChannelConfigProperty.Builder.
-
-
Method Details
-
getFilters
Description 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.Returns union: either
IResolvableorCfnNotificationChannel.NotificationFilterConfigProperty- Specified by:
getFiltersin interfaceCfnNotificationChannel.NotificationChannelConfigProperty- See Also:
-
getSns
Description 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 .
Returns union: either
IResolvableorCfnNotificationChannel.SnsChannelConfigProperty- Specified by:
getSnsin interfaceCfnNotificationChannel.NotificationChannelConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-