Skip to content

Delete Vpc Endpoint Connection Notifications

ec2_delete_vpc_endpoint_connection_notifications R Documentation

Deletes the specified VPC endpoint connection notifications

Description

Deletes the specified VPC endpoint connection notifications.

Usage

ec2_delete_vpc_endpoint_connection_notifications(DryRun,
  ConnectionNotificationIds)

Arguments

DryRun

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.

ConnectionNotificationIds

[required] The IDs of the notifications.

Value

A list with the following syntax:

list(
  Unsuccessful = list(
    list(
      Error = list(
        Code = "string",
        Message = "string"
      ),
      ResourceId = "string"
    )
  )
)

Request syntax

svc$delete_vpc_endpoint_connection_notifications(
  DryRun = TRUE|FALSE,
  ConnectionNotificationIds = list(
    "string"
  )
)