Struct aws_sdk_codeguruprofiler::model::Channel
source · #[non_exhaustive]pub struct Channel { /* private fields */ }
Expand description
Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.
Implementations§
source§impl Channel
impl Channel
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
Unique identifier for each Channel
in the notification configuration of a Profiling Group. A random UUID for channelId is used when adding a channel to the notification configuration if not specified in the request.
sourcepub fn uri(&self) -> Option<&str>
pub fn uri(&self) -> Option<&str>
Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.
sourcepub fn event_publishers(&self) -> Option<&[EventPublisher]>
pub fn event_publishers(&self) -> Option<&[EventPublisher]>
List of publishers for different type of events that may be detected in an application from the profile. Anomaly detection is the only event publisher in Profiler.