GetNetworkInterfaceArgs class

Arguments for getNetworkInterface. Arguments for getNetworkInterface.

Constructors

GetNetworkInterfaceArgs({Input<List<GetNetworkInterfaceFilter>?>? filters, Input<String?>? id, Input<String?>? region, Input<Map<String, String>?>? tags})
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.
const
GetNetworkInterfaceArgs.fromMap(Map<String, dynamic> map)
factory

Properties

filters → Input<List<GetNetworkInterfaceFilter>?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
id → Input<String?>?
Identifier for the network interface.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
Any tags assigned to the network interface.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited