paws.compute (version 0.1.0)

ec2_accept_vpc_endpoint_connections: Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service

Description

Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.

Usage

ec2_accept_vpc_endpoint_connections(DryRun, 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

ServiceId

[required] The ID of the endpoint service.

VpcEndpointIds

[required] The IDs of one or more interface VPC endpoints.

Request syntax

svc$accept_vpc_endpoint_connections(
  DryRun = TRUE|FALSE,
  ServiceId = "string",
  VpcEndpointIds = list(
    "string"
  )
)