paws.compute (version 0.1.0)

ec2_delete_vpc_endpoints: Deletes one or more specified VPC endpoints

Description

Deletes one or more specified VPC endpoints. Deleting a gateway endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. Deleting an interface endpoint deletes the endpoint network interfaces.

Usage

ec2_delete_vpc_endpoints(DryRun, 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.

VpcEndpointIds

[required] One or more VPC endpoint IDs.

Request syntax

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