AddNotificationChannelsRequest
public struct AddNotificationChannelsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
One or 2 channels to report to when anomalies are detected.
Declaration
Swift
public let channels: [Channel] -
The name of the profiling group that we are setting up notifications for.
Declaration
Swift
public let profilingGroupName: String -
Undocumented
Declaration
Swift
public init(channels: [Channel], profilingGroupName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AddNotificationChannelsRequest Structure Reference