GetLocalGatewayVirtualInterface

Provides details about an EC2 Local Gateway Virtual Interface. More information can be found in the Outposts User Guide.

Using GetLocalGatewayVirtualInterface

function getLocalGatewayVirtualInterface(args: GetLocalGatewayVirtualInterfaceArgs, opts?: InvokeOptions): Promise<GetLocalGatewayVirtualInterfaceResult>
function  get_local_gateway_virtual_interface(filters=None, id=None, tags=None, opts=None)
func GetLocalGatewayVirtualInterface(ctx *Context, args *GetLocalGatewayVirtualInterfaceArgs, opts ...InvokeOption) (*GetLocalGatewayVirtualInterfaceResult, error)
public static class GetLocalGatewayVirtualInterface {
    public static Task<GetLocalGatewayVirtualInterfaceResult> InvokeAsync(GetLocalGatewayVirtualInterfaceArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Filters List<GetLocalGatewayVirtualInterfaceFilterArgs>

One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.

Id string

Identifier of EC2 Local Gateway Virtual Interface.

Tags Dictionary<string, string>

Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

Filters []GetLocalGatewayVirtualInterfaceFilter

One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.

Id string

Identifier of EC2 Local Gateway Virtual Interface.

Tags map[string]string

Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

filters GetLocalGatewayVirtualInterfaceFilter[]

One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.

id string

Identifier of EC2 Local Gateway Virtual Interface.

tags {[key: string]: string}

Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

filters List[GetLocalGatewayVirtualInterfaceFilter]

One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.

id str

Identifier of EC2 Local Gateway Virtual Interface.

tags Dict[str, str]

Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

GetLocalGatewayVirtualInterface Result

The following output properties are available:

Id string
LocalAddress string

Local address.

LocalBgpAsn int

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.

LocalGatewayId string

Identifier of the EC2 Local Gateway.

LocalGatewayVirtualInterfaceIds List<string>
PeerAddress string

Peer address.

PeerBgpAsn int

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.

Tags Dictionary<string, string>
Vlan int

Virtual Local Area Network.

Filters List<GetLocalGatewayVirtualInterfaceFilter>
Id string
LocalAddress string

Local address.

LocalBgpAsn int

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.

LocalGatewayId string

Identifier of the EC2 Local Gateway.

LocalGatewayVirtualInterfaceIds []string
PeerAddress string

Peer address.

PeerBgpAsn int

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.

Tags map[string]string
Vlan int

Virtual Local Area Network.

Filters []GetLocalGatewayVirtualInterfaceFilter
id string
localAddress string

Local address.

localBgpAsn number

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.

localGatewayId string

Identifier of the EC2 Local Gateway.

localGatewayVirtualInterfaceIds string[]
peerAddress string

Peer address.

peerBgpAsn number

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.

tags {[key: string]: string}
vlan number

Virtual Local Area Network.

filters GetLocalGatewayVirtualInterfaceFilter[]
id str
local_address str

Local address.

local_bgp_asn float

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.

local_gateway_id str

Identifier of the EC2 Local Gateway.

local_gateway_virtual_interface_ids List[str]
peer_address str

Peer address.

peer_bgp_asn float

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.

tags Dict[str, str]
vlan float

Virtual Local Area Network.

filters List[GetLocalGatewayVirtualInterfaceFilter]

Supporting Types

GetLocalGatewayVirtualInterfaceFilter

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

Name of the filter.

Values List<string>

List of one or more values for the filter.

Name string

Name of the filter.

Values []string

List of one or more values for the filter.

name string

Name of the filter.

values string[]

List of one or more values for the filter.

name str

Name of the filter.

values List[str]

List of one or more values for the filter.

Package Details

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