ec2_reject_vpc_endpoint_connections {paws.compute} | R Documentation |
Rejects VPC endpoint connection requests to your VPC endpoint service
Description
Rejects VPC endpoint connection requests to your VPC endpoint service.
See https://www.paws-r-sdk.com/docs/ec2_reject_vpc_endpoint_connections/ for full documentation.
Usage
ec2_reject_vpc_endpoint_connections(DryRun = NULL, ServiceId, VpcEndpointIds)
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 |
ServiceId |
[required] The ID of the service. |
VpcEndpointIds |
[required] The IDs of the VPC endpoints. |
[Package paws.compute version 0.7.0 Index]