paws.compute (version 0.1.0)

ec2_modify_vpc_endpoint_connection_notification: Modifies a connection notification for VPC endpoint or VPC endpoint service

Description

Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

Usage

ec2_modify_vpc_endpoint_connection_notification(DryRun,
  ConnectionNotificationId, ConnectionNotificationArn, ConnectionEvents)

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.

ConnectionNotificationId

[required] The ID of the notification.

ConnectionNotificationArn

The ARN for the SNS topic for the notification.

ConnectionEvents

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

Request syntax

svc$modify_vpc_endpoint_connection_notification(
  DryRun = TRUE|FALSE,
  ConnectionNotificationId = "string",
  ConnectionNotificationArn = "string",
  ConnectionEvents = list(
    "string"
  )
)