Deletes one or more VPC endpoint connection notifications.
ec2_delete_vpc_endpoint_connection_notifications(DryRun,
ConnectionNotificationIds)
A list with the following syntax:
list(
Unsuccessful = list(
list(
Error = list(
Code = "string",
Message = "string"
),
ResourceId = "string"
)
)
)
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
.
[required] One or more notification IDs.
svc$delete_vpc_endpoint_connection_notifications(
DryRun = TRUE|FALSE,
ConnectionNotificationIds = list(
"string"
)
)