ConfirmSubscriptionInput
public struct ConfirmSubscriptionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.
Declaration
Swift
public let authenticateOnUnsubscribe: String?
-
Short-lived token sent to an endpoint during the Subscribe action.
Declaration
Swift
public let token: String
-
The ARN of the topic for which you wish to confirm a subscription.
Declaration
Swift
public let topicArn: String
-
Undocumented
Declaration
Swift
public init(authenticateOnUnsubscribe: String? = nil, token: String, topicArn: String)