GetNetworkInterfacePlainArgs

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.

Constructors

Link copied to clipboard
constructor(filters: List<GetNetworkInterfaceFilter>? = null, id: String? = null, tags: Map<String, String>? = null)

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.

Link copied to clipboard
val id: String? = null

Identifier for the network interface.

Link copied to clipboard
val tags: Map<String, String>? = null

Any tags assigned to the network interface.

Functions

Link copied to clipboard
open override fun toJava(): GetNetworkInterfacePlainArgs