ModifyVpcEndpointConnectionNotificationRequest
public struct ModifyVpcEndpointConnectionNotificationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.
Declaration
Swift
public let connectionEvents: [String]?
-
The ARN for the SNS topic for the notification.
Declaration
Swift
public let connectionNotificationArn: String?
-
The ID of the notification.
Declaration
Swift
public let connectionNotificationId: String
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
Undocumented
Declaration
Swift
public init(connectionEvents: [String]? = nil, connectionNotificationArn: String? = nil, connectionNotificationId: String, dryRun: Bool? = nil)