paws.compute (version 0.1.0)

ec2_delete_egress_only_internet_gateway: Deletes an egress-only internet gateway

Description

Deletes an egress-only internet gateway.

Usage

ec2_delete_egress_only_internet_gateway(DryRun,
  EgressOnlyInternetGatewayId)

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.

EgressOnlyInternetGatewayId

[required] The ID of the egress-only internet gateway.

Request syntax

svc$delete_egress_only_internet_gateway(
  DryRun = TRUE|FALSE,
  EgressOnlyInternetGatewayId = "string"
)