ConnectionNotification
public struct ConnectionNotification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The events for the notification. Valid values are Accept, Connect, Delete, and Reject.
Declaration
Swift
public let connectionEvents: [String]?
-
The ARN of the SNS topic for the notification.
Declaration
Swift
public let connectionNotificationArn: String?
-
The ID of the notification.
Declaration
Swift
public let connectionNotificationId: String?
-
The state of the notification.
Declaration
Swift
public let connectionNotificationState: ConnectionNotificationState?
-
The type of notification.
Declaration
Swift
public let connectionNotificationType: ConnectionNotificationType?
-
The ID of the endpoint service.
Declaration
Swift
public let serviceId: String?
-
The ID of the VPC endpoint.
Declaration
Swift
public let vpcEndpointId: String?
-
init(connectionEvents:connectionNotificationArn:connectionNotificationId:connectionNotificationState:connectionNotificationType:serviceId:vpcEndpointId:)
Undocumented
Declaration
Swift
public init(connectionEvents: [String]? = nil, connectionNotificationArn: String? = nil, connectionNotificationId: String? = nil, connectionNotificationState: ConnectionNotificationState? = nil, connectionNotificationType: ConnectionNotificationType? = nil, serviceId: String? = nil, vpcEndpointId: String? = nil)