GetNetworkInterfaceArgs constructor
const
GetNetworkInterfaceArgs({})
Creates a new GetNetworkInterfaceArgs.
filters One or more name/value pairs to filter off of. There are several valid keys, for a full reference, check out describe-network-interfaces in the AWS CLI reference.
id Identifier for the network interface.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Any tags assigned to the network interface.
Implementation
const GetNetworkInterfaceArgs({
this.filters,
this.id,
this.region,
this.tags,
});