NetworkInterface
class NetworkInterface
Contains information about the network interfaces interacting with an EC2 instance. This data type is used as one of the elements of the AssetAttributes data type.
Types
Properties
Link copied to clipboard
The IP addresses associated with the network interface.
Link copied to clipboard
The ID of the network interface.
Link copied to clipboard
The name of a private DNS associated with the network interface.
Link copied to clipboard
The private IP address associated with the network interface.
Link copied to clipboard
A list of the private IP addresses associated with the network interface. Includes the privateDnsName and privateIpAddress.
Link copied to clipboard
The name of a public DNS associated with the network interface.
Link copied to clipboard
A list of the security groups associated with the network interface. Includes the groupId and groupName.