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