GetNetworkInterfaceResult

data class GetNetworkInterfaceResult(val arn: String, val associations: List<GetNetworkInterfaceAssociation>, val attachments: List<GetNetworkInterfaceAttachment>, val availabilityZone: String, val description: String, val filters: List<GetNetworkInterfaceFilter>? = null, val id: String, val interfaceType: String, val ipv6Addresses: List<String>, val macAddress: String, val outpostArn: String, val ownerId: String, val privateDnsName: String, val privateIp: String, val privateIps: List<String>, val requesterId: String, val securityGroups: List<String>, val subnetId: String, val tags: Map<String, String>, val vpcId: String)

A collection of values returned by getNetworkInterface.

Constructors

Link copied to clipboard
constructor(arn: String, associations: List<GetNetworkInterfaceAssociation>, attachments: List<GetNetworkInterfaceAttachment>, availabilityZone: String, description: String, filters: List<GetNetworkInterfaceFilter>? = null, id: String, interfaceType: String, ipv6Addresses: List<String>, macAddress: String, outpostArn: String, ownerId: String, privateDnsName: String, privateIp: String, privateIps: List<String>, requesterId: String, securityGroups: List<String>, subnetId: String, tags: Map<String, String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the network interface.

Link copied to clipboard

Association information for an Elastic IP address (IPv4) associated with the network interface. See supported fields below.

Link copied to clipboard

Availability Zone.

Link copied to clipboard

Description of the network interface.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Type of interface.

Link copied to clipboard

List of IPv6 addresses to assign to the ENI.

Link copied to clipboard

MAC address.

Link copied to clipboard

ARN of the Outpost.

Link copied to clipboard

AWS account ID of the owner of the network interface.

Link copied to clipboard

Private DNS name.

Link copied to clipboard

Private IPv4 address of the network interface within the subnet.

Link copied to clipboard

Private IPv4 addresses associated with the network interface.

Link copied to clipboard

ID of the entity that launched the instance on your behalf.

Link copied to clipboard

List of security groups for the network interface.

Link copied to clipboard

ID of the subnet.

Link copied to clipboard

Any tags assigned to the network interface.

Link copied to clipboard

ID of the VPC.