| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.ConnectionNotification
Description
Synopsis
- data ConnectionNotification = ConnectionNotification' {}
- newConnectionNotification :: ConnectionNotification
- connectionNotification_connectionEvents :: Lens' ConnectionNotification (Maybe [Text])
- connectionNotification_connectionNotificationArn :: Lens' ConnectionNotification (Maybe Text)
- connectionNotification_connectionNotificationId :: Lens' ConnectionNotification (Maybe Text)
- connectionNotification_connectionNotificationState :: Lens' ConnectionNotification (Maybe ConnectionNotificationState)
- connectionNotification_connectionNotificationType :: Lens' ConnectionNotification (Maybe ConnectionNotificationType)
- connectionNotification_serviceId :: Lens' ConnectionNotification (Maybe Text)
- connectionNotification_vpcEndpointId :: Lens' ConnectionNotification (Maybe Text)
Documentation
data ConnectionNotification Source #
Describes a connection notification for a VPC endpoint or VPC endpoint service.
See: newConnectionNotification smart constructor.
Constructors
| ConnectionNotification' | |
Fields
| |
Instances
newConnectionNotification :: ConnectionNotification Source #
Create a value of ConnectionNotification with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionEvents:ConnectionNotification', connectionNotification_connectionEvents - The events for the notification. Valid values are Accept, Connect,
Delete, and Reject.
$sel:connectionNotificationArn:ConnectionNotification', connectionNotification_connectionNotificationArn - The ARN of the SNS topic for the notification.
$sel:connectionNotificationId:ConnectionNotification', connectionNotification_connectionNotificationId - The ID of the notification.
$sel:connectionNotificationState:ConnectionNotification', connectionNotification_connectionNotificationState - The state of the notification.
$sel:connectionNotificationType:ConnectionNotification', connectionNotification_connectionNotificationType - The type of notification.
$sel:serviceId:ConnectionNotification', connectionNotification_serviceId - The ID of the endpoint service.
$sel:vpcEndpointId:ConnectionNotification', connectionNotification_vpcEndpointId - The ID of the VPC endpoint.
connectionNotification_connectionEvents :: Lens' ConnectionNotification (Maybe [Text]) Source #
The events for the notification. Valid values are Accept, Connect,
Delete, and Reject.
connectionNotification_connectionNotificationArn :: Lens' ConnectionNotification (Maybe Text) Source #
The ARN of the SNS topic for the notification.
connectionNotification_connectionNotificationId :: Lens' ConnectionNotification (Maybe Text) Source #
The ID of the notification.
connectionNotification_connectionNotificationState :: Lens' ConnectionNotification (Maybe ConnectionNotificationState) Source #
The state of the notification.
connectionNotification_connectionNotificationType :: Lens' ConnectionNotification (Maybe ConnectionNotificationType) Source #
The type of notification.
connectionNotification_serviceId :: Lens' ConnectionNotification (Maybe Text) Source #
The ID of the endpoint service.
connectionNotification_vpcEndpointId :: Lens' ConnectionNotification (Maybe Text) Source #
The ID of the VPC endpoint.