class Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest

The structure representing the AddNotificationChannelsRequest.

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

data as a hash:

    {
      channels: [ # required
        {
          event_publishers: ["AnomalyDetection"], # required, accepts AnomalyDetection
          id: "ChannelId",
          uri: "ChannelUri", # required
        },
      ],
      profiling_group_name: "ProfilingGroupName", # required
    }

@!attribute [rw] channels

One or 2 channels to report to when anomalies are detected.
@return [Array<Types::Channel>]

@!attribute [rw] profiling_group_name

The name of the profiling group that we are setting up notifications
for.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/AddNotificationChannelsRequest AWS API Documentation

Constants

SENSITIVE