You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AddNotificationChannelsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The structure representing the AddNotificationChannelsRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::Channel>

One or 2 channels to report to when anomalies are detected.

Returns:

  • (Array<Types::Channel>)

    One or 2 channels to report to when anomalies are detected.

#profiling_group_nameString

The name of the profiling group that we are setting up notifications for.

Returns:

  • (String)

    The name of the profiling group that we are setting up notifications for.