Class: Aws::EC2::Types::ConnectionNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ConnectionNotification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a connection notification for a VPC endpoint or VPC endpoint service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_events ⇒ Array<String>
The events for the notification.
-
#connection_notification_arn ⇒ String
The ARN of the SNS topic for the notification.
-
#connection_notification_id ⇒ String
The ID of the notification.
-
#connection_notification_state ⇒ String
The state of the notification.
-
#connection_notification_type ⇒ String
The type of notification.
-
#service_id ⇒ String
The ID of the endpoint service.
-
#service_region ⇒ String
The Region for the endpoint service.
-
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint.
Instance Attribute Details
#connection_events ⇒ Array<String>
The events for the notification. Valid values are ‘Accept`, `Connect`, `Delete`, and `Reject`.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#connection_notification_arn ⇒ String
The ARN of the SNS topic for the notification.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#connection_notification_id ⇒ String
The ID of the notification.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#connection_notification_state ⇒ String
The state of the notification.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#connection_notification_type ⇒ String
The type of notification.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the endpoint service.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#service_region ⇒ String
The Region for the endpoint service.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint.
6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 |
# File 'lib/aws-sdk-ec2/types.rb', line 6733 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state, :service_region) SENSITIVE = [] include Aws::Structure end |