You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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

    The events for the notification.

#connection_notification_arnString

The ARN of the SNS topic for the notification.

Returns:

  • (String)

    The ARN of the SNS topic for the notification.

#connection_notification_idString

The ID of the notification.

Returns:

  • (String)

    The ID of the notification.

#connection_notification_stateString

The state of the notification.

Possible values:

  • Enabled
  • Disabled

Returns:

  • (String)

    The state of the notification.

#connection_notification_typeString

The type of notification.

Possible values:

  • Topic

Returns:

  • (String)

    The type of notification.

#service_idString

The ID of the endpoint service.

Returns:

  • (String)

    The ID of the endpoint service.

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)

    The ID of the VPC endpoint.