Class: Aws::EC2::Types::ModifyVpcEndpointConnectionNotificationRequest

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

Overview

Note:

When making an API call, you may pass ModifyVpcEndpointConnectionNotificationRequest data as a hash:

{
  dry_run: false,
  connection_notification_id: "String", # required
  connection_notification_arn: "String",
  connection_events: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_eventsArray<String>

One or more events for the endpoint. Valid values are ‘Accept`, `Connect`, `Delete`, and `Reject`.

Returns:

  • (Array<String>)


21681
21682
21683
21684
21685
21686
21687
# File 'lib/aws-sdk-ec2/types.rb', line 21681

class ModifyVpcEndpointConnectionNotificationRequest < Struct.new(
  :dry_run,
  :connection_notification_id,
  :connection_notification_arn,
  :connection_events)
  include Aws::Structure
end

#connection_notification_arnString

The ARN for the SNS topic for the notification.

Returns:

  • (String)


21681
21682
21683
21684
21685
21686
21687
# File 'lib/aws-sdk-ec2/types.rb', line 21681

class ModifyVpcEndpointConnectionNotificationRequest < Struct.new(
  :dry_run,
  :connection_notification_id,
  :connection_notification_arn,
  :connection_events)
  include Aws::Structure
end

#connection_notification_idString

The ID of the notification.

Returns:

  • (String)


21681
21682
21683
21684
21685
21686
21687
# File 'lib/aws-sdk-ec2/types.rb', line 21681

class ModifyVpcEndpointConnectionNotificationRequest < Struct.new(
  :dry_run,
  :connection_notification_id,
  :connection_notification_arn,
  :connection_events)
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.

Returns:

  • (Boolean)


21681
21682
21683
21684
21685
21686
21687
# File 'lib/aws-sdk-ec2/types.rb', line 21681

class ModifyVpcEndpointConnectionNotificationRequest < Struct.new(
  :dry_run,
  :connection_notification_id,
  :connection_notification_arn,
  :connection_events)
  include Aws::Structure
end