Class CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty
CfnNotificationChannelPropsMixin.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.cfnpropertymixins.services.devopsguru.CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty
CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty.Builder, CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationChannelPropsMixin.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
protected Jsii$Proxy(CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNotificationChannelPropsMixin.NotificationChannelConfigProperty.Builder.
-
-
Method Details
-
getFilters
Description copied from interface:CfnNotificationChannelPropsMixin.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
IResolvableorCfnNotificationChannelPropsMixin.NotificationFilterConfigProperty- Specified by:
getFiltersin interfaceCfnNotificationChannelPropsMixin.NotificationChannelConfigProperty- See Also:
-
getSns
Description copied from interface:CfnNotificationChannelPropsMixin.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
IResolvableorCfnNotificationChannelPropsMixin.SnsChannelConfigProperty- Specified by:
getSnsin interfaceCfnNotificationChannelPropsMixin.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()
-