class Aws::DevOpsGuru::Types::AddNotificationChannelRequest

@note When making an API call, you may pass AddNotificationChannelRequest

data as a hash:

    {
      config: { # required
        sns: { # required
          topic_arn: "TopicArn",
        },
      },
    }

@!attribute [rw] config

A `NotificationChannelConfig` object that specifies what type of
notification channel to add. The one supported notification channel
is Amazon Simple Notification Service (Amazon SNS).
@return [Types::NotificationChannelConfig]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/AddNotificationChannelRequest AWS API Documentation

Constants

SENSITIVE