amazonka-devops-guru-2.0: Amazon DevOps Guru SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DevOpsGuru.Types.NotificationChannelConfig

Description

 
Synopsis

Documentation

data NotificationChannelConfig Source #

Information about notification channels you have configured with DevOps Guru. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).

See: newNotificationChannelConfig smart constructor.

Constructors

NotificationChannelConfig' 

Fields

  • filters :: Maybe NotificationFilterConfig

    The 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 High or Medium severity.

  • sns :: SnsChannelConfig

    Information 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 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 cross account Amazon SNS topics.

    If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.

    If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.

Instances

Instances details
FromJSON NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

ToJSON NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

Generic NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

Associated Types

type Rep NotificationChannelConfig :: Type -> Type #

Read NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

Show NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

NFData NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

Eq NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

Hashable NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

type Rep NotificationChannelConfig Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.NotificationChannelConfig

type Rep NotificationChannelConfig = D1 ('MetaData "NotificationChannelConfig" "Amazonka.DevOpsGuru.Types.NotificationChannelConfig" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "NotificationChannelConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationFilterConfig)) :*: S1 ('MetaSel ('Just "sns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SnsChannelConfig)))

newNotificationChannelConfig Source #

Create a value of NotificationChannelConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:NotificationChannelConfig', notificationChannelConfig_filters - The 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 High or Medium severity.

$sel:sns:NotificationChannelConfig', notificationChannelConfig_sns - Information 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 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 cross account Amazon SNS topics.

If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.

If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.

notificationChannelConfig_filters :: Lens' NotificationChannelConfig (Maybe NotificationFilterConfig) Source #

The 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 High or Medium severity.

notificationChannelConfig_sns :: Lens' NotificationChannelConfig SnsChannelConfig Source #

Information 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 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 cross account Amazon SNS topics.

If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.

If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.