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¶
Arguments¶
DryRunChecks 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 isUnauthorizedOperation.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"
)
)
)