NotificationChannel
public struct NotificationChannel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
Declaration
Swift
public let roleArn: String
-
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
Declaration
Swift
public let sNSTopicArn: String
-
Undocumented
Declaration
Swift
public init(roleArn: String, sNSTopicArn: String)
-
Declaration
Swift
public func validate(name: String) throws