aws_internet_gateway.md

April 1, 2019 ยท View on GitHub

Document: "ec2"

Path: "https://github.com/aws/aws-sdk-go-v2/tree/master/models/apis/ec2/2016-11-15/api-2.json")

InternetGateway

aws_internet_gateway {
  dry_run => "DryRun (optional)",
  filters => "Filters (optional)",
  internet_gateway_id => "internet_gateway_id (optional)",
  internet_gateway_ids => "InternetGatewayIds (optional)",
  max_results => "MaxResults (optional)",
  next_token => "next_token (optional)",
}
NameTypeRequired
dry_runBooleanfalse
filtersFilterListfalse
internet_gateway_idStringfalse
internet_gateway_idsValueStringListfalse
max_resultsDescribeInternetGatewaysMaxResultsfalse
next_tokenStringfalse

CRUD operations

Here is a list of endpoints that we use to create, read, update and delete the InternetGateway

OperationPathVerbDescriptionOperationID
Create/POST

Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.

CreateInternetGateway
List - list all/POST

Describes one or more of your internet gateways.

DescribeInternetGateways
List - get one``
List - get list using params/POST

Describes one or more of your internet gateways.

DescribeInternetGateways
Update``
Delete/POST

Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.

DeleteInternetGateway