Class: Aws::EC2::Types::ConnectionNotification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#connection_eventsArray<String>

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

Returns:

  • (Array<String>)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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_arnString

The ARN of the SNS topic for the notification.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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_idString

The ID of the notification.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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_stateString

The state of the notification.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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_typeString

The type of notification.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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_idString

The ID of the endpoint service.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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_idString

The ID of the VPC endpoint.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6063

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