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.
-
#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`.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |
#connection_notification_arn ⇒ String
The ARN of the SNS topic for the notification.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |
#connection_notification_id ⇒ String
The ID of the notification.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |
#connection_notification_state ⇒ String
The state of the notification.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |
#connection_notification_type ⇒ String
The type of notification.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the endpoint service.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint.
6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 |
# File 'lib/aws-sdk-ec2/types.rb', line 6024 class ConnectionNotification < Struct.new( :connection_notification_id, :service_id, :vpc_endpoint_id, :connection_notification_type, :connection_notification_arn, :connection_events, :connection_notification_state) SENSITIVE = [] include Aws::Structure end |