GetNetworkInterfaces
Using GetNetworkInterfaces
function getNetworkInterfaces(args: GetNetworkInterfacesArgs, opts?: InvokeOptions): Promise<GetNetworkInterfacesResult>function get_network_interfaces(filters=None, tags=None, opts=None)func GetNetworkInterfaces(ctx *Context, args *GetNetworkInterfacesArgs, opts ...InvokeOption) (*GetNetworkInterfacesResult, error)public static class GetNetworkInterfaces {
public static Task<GetNetworkInterfacesResult> InvokeAsync(GetNetworkInterfacesArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Filters
List<Get
Network Interfaces Filter Args> Custom filter block as described below.
- Dictionary<string, string>
A map of tags, each pair of which must exactly match a pair on the desired network interfaces.
- Filters
[]Get
Network Interfaces Filter Custom filter block as described below.
- map[string]string
A map of tags, each pair of which must exactly match a pair on the desired network interfaces.
- filters
Get
Network Interfaces Filter[] Custom filter block as described below.
- {[key: string]: string}
A map of tags, each pair of which must exactly match a pair on the desired network interfaces.
- filters
List[Get
Network Interfaces Filter] Custom filter block as described below.
- Dict[str, str]
A map of tags, each pair of which must exactly match a pair on the desired network interfaces.
GetNetworkInterfaces Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
A list of all the network interface ids found. This data source will fail if none are found.
- Dictionary<string, string>
- Filters
List<Get
Network Interfaces Filter>
Supporting Types
GetNetworkInterfacesFilter
- 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.
- 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.
- 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.
- 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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.