paws.compute (version 0.1.0)

ec2_delete_vpc_endpoint_connection_notifications: Deletes one or more VPC endpoint connection notifications

Description

Deletes one or more 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] One or more notification IDs.

Request syntax

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