paws.compute (version 0.1.0)

ec2_reject_vpc_endpoint_connections: Rejects one or more VPC endpoint connection requests to your VPC endpoint service

Description

Rejects one or more VPC endpoint connection requests to your VPC endpoint service.

Usage

ec2_reject_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 service.

VpcEndpointIds

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

Request syntax

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