GetInternetGateway

aws.ec2.InternetGateway provides details about a specific Internet Gateway.

Using GetInternetGateway

function getInternetGateway(args: GetInternetGatewayArgs, opts?: InvokeOptions): Promise<GetInternetGatewayResult>
function  get_internet_gateway(filters=None, internet_gateway_id=None, tags=None, opts=None)
func LookupInternetGateway(ctx *Context, args *LookupInternetGatewayArgs, opts ...InvokeOption) (*LookupInternetGatewayResult, error)

Note: This function is named LookupInternetGateway in the Go SDK.

public static class GetInternetGateway {
    public static Task<GetInternetGatewayResult> InvokeAsync(GetInternetGatewayArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Filters List<GetInternetGatewayFilterArgs>

Custom filter block as described below.

InternetGatewayId string

The id of the specific Internet Gateway to retrieve.

Tags Dictionary<string, string>

A map of tags, each pair of which must exactly match a pair on the desired Internet Gateway.

Filters []GetInternetGatewayFilter

Custom filter block as described below.

InternetGatewayId string

The id of the specific Internet Gateway to retrieve.

Tags map[string]string

A map of tags, each pair of which must exactly match a pair on the desired Internet Gateway.

filters GetInternetGatewayFilter[]

Custom filter block as described below.

internetGatewayId string

The id of the specific Internet Gateway to retrieve.

tags {[key: string]: string}

A map of tags, each pair of which must exactly match a pair on the desired Internet Gateway.

filters List[GetInternetGatewayFilter]

Custom filter block as described below.

internet_gateway_id str

The id of the specific Internet Gateway to retrieve.

tags Dict[str, str]

A map of tags, each pair of which must exactly match a pair on the desired Internet Gateway.

GetInternetGateway Result

The following output properties are available:

Arn string

The ARN of the Internet Gateway.

Attachments List<GetInternetGatewayAttachment>
Id string

The provider-assigned unique ID for this managed resource.

InternetGatewayId string
OwnerId string

The ID of the AWS account that owns the internet gateway.

Tags Dictionary<string, string>
Filters List<GetInternetGatewayFilter>
Arn string

The ARN of the Internet Gateway.

Attachments []GetInternetGatewayAttachment
Id string

The provider-assigned unique ID for this managed resource.

InternetGatewayId string
OwnerId string

The ID of the AWS account that owns the internet gateway.

Tags map[string]string
Filters []GetInternetGatewayFilter
arn string

The ARN of the Internet Gateway.

attachments GetInternetGatewayAttachment[]
id string

The provider-assigned unique ID for this managed resource.

internetGatewayId string
ownerId string

The ID of the AWS account that owns the internet gateway.

tags {[key: string]: string}
filters GetInternetGatewayFilter[]
arn str

The ARN of the Internet Gateway.

attachments List[GetInternetGatewayAttachment]
id str

The provider-assigned unique ID for this managed resource.

internet_gateway_id str
owner_id str

The ID of the AWS account that owns the internet gateway.

tags Dict[str, str]
filters List[GetInternetGatewayFilter]

Supporting Types

GetInternetGatewayAttachment

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

State string

The current state of the attachment between the gateway and the VPC. Present only if a VPC is attached

VpcId string

The ID of an attached VPC.

State string

The current state of the attachment between the gateway and the VPC. Present only if a VPC is attached

VpcId string

The ID of an attached VPC.

state string

The current state of the attachment between the gateway and the VPC. Present only if a VPC is attached

vpcId string

The ID of an attached VPC.

state str

The current state of the attachment between the gateway and the VPC. Present only if a VPC is attached

vpc_id str

The ID of an attached VPC.

GetInternetGatewayFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

The name of the field to filter by, as defined by the underlying AWS API.

Values List<string>

Set of values that are accepted for the given field. An Internet Gateway will be selected if any one of the given values matches.

Name string

The name of the field to filter by, as defined by the underlying AWS API.

Values []string

Set of values that are accepted for the given field. An Internet Gateway will be selected if any one of the given values matches.

name string

The name of the field to filter by, as defined by the underlying AWS API.

values string[]

Set of values that are accepted for the given field. An Internet Gateway will be selected if any one of the given values matches.

name str

The name of the field to filter by, as defined by the underlying AWS API.

values List[str]

Set of values that are accepted for the given field. An Internet Gateway will be selected if any one of the given values matches.

Package Details

Repository
https://github.com/pulumi/pulumi-aws
License
Apache-2.0
Notes
This Pulumi package is based on the aws Terraform Provider.