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