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<Get
Local Gateway Virtual Interface Filter Args> 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.
- 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
[]Get
Local Gateway Virtual Interface Filter 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.
- 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
Get
Local Gateway Virtual Interface Filter[] 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.
- {[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[Get
Local Gateway Virtual Interface Filter] 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.
- 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
- Local
Address string Local address.
- Local
Bgp intAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.
- Local
Gateway stringId Identifier of the EC2 Local Gateway.
- Local
Gateway List<string>Virtual Interface Ids - Peer
Address string Peer address.
- Peer
Bgp intAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.
- Dictionary<string, string>
- Vlan int
Virtual Local Area Network.
- Filters
List<Get
Local Gateway Virtual Interface Filter>
- Id string
- Local
Address string Local address.
- Local
Bgp intAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.
- Local
Gateway stringId Identifier of the EC2 Local Gateway.
- Local
Gateway []stringVirtual Interface Ids - Peer
Address string Peer address.
- Peer
Bgp intAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.
- map[string]string
- Vlan int
Virtual Local Area Network.
- Filters
[]Get
Local Gateway Virtual Interface Filter
- id string
- local
Address string Local address.
- local
Bgp numberAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.
- local
Gateway stringId Identifier of the EC2 Local Gateway.
- local
Gateway string[]Virtual Interface Ids - peer
Address string Peer address.
- peer
Bgp numberAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.
- {[key: string]: string}
- vlan number
Virtual Local Area Network.
- filters
Get
Local Gateway Virtual Interface Filter[]
- id str
- local_
address str Local address.
- local_
bgp_ floatasn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.
- local_
gateway_ strid Identifier of the EC2 Local Gateway.
- local_
gateway_ List[str]virtual_ interface_ ids - peer_
address str Peer address.
- peer_
bgp_ floatasn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.
- Dict[str, str]
- vlan float
Virtual Local Area Network.
- filters
List[Get
Local Gateway Virtual Interface Filter]
Supporting Types
GetLocalGatewayVirtualInterfaceFilter
- Name string
Name of the filter.
- Values List<string>
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
awsTerraform Provider.