Channel

public struct Channel : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let eventPublishers: [EventPublisher]
  • id

    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.

    Declaration

    Swift

    public let id: String?
  • uri

    Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.

    Declaration

    Swift

    public let uri: String
  • Undocumented

    Declaration

    Swift

    public init(eventPublishers: [EventPublisher], id: String? = nil, uri: String)
  • Declaration

    Swift

    public func validate(name: String) throws