Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
ec2_reject_vpc_endpoint_connections(DryRun, ServiceId, VpcEndpointIds)
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] The ID of the service.
[required] The IDs of one or more VPC endpoints.
svc$reject_vpc_endpoint_connections(
DryRun = TRUE|FALSE,
ServiceId = "string",
VpcEndpointIds = list(
"string"
)
)