Get Network Interface Plain Args
data class GetNetworkInterfacePlainArgs(val filters: List<GetNetworkInterfaceFilter>? = null, val id: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNetworkInterfacePlainArgs>
A collection of arguments for invoking getNetworkInterface.
Properties
Link copied to clipboard
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.