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>)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_arnString

The ARN of the SNS topic for the notification.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_idString

The ID of the notification.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_stateString

The state of the notification.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_typeString

The type of notification.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_idString

The ID of the endpoint service.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_regionString

The Region for the endpoint service.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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_idString

The ID of the VPC endpoint.

Returns:

  • (String)


6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6756

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