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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a connection notification for a VPC endpoint or VPC endpoint service.

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


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end

#connection_notification_arnString

The ARN of the SNS topic for the notification.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end

#connection_notification_idString

The ID of the notification.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end

#connection_notification_stateString

The state of the notification.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end

#connection_notification_typeString

The type of notification.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end

#service_idString

The ID of the endpoint service.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-ec2/types.rb', line 3434

class ConnectionNotification < Struct.new(
  :connection_notification_id,
  :service_id,
  :vpc_endpoint_id,
  :connection_notification_type,
  :connection_notification_arn,
  :connection_events,
  :connection_notification_state)
  include Aws::Structure
end