NetworkInterface
Contains information about the elastic network interface of the EC2 instance.
Contents
- ipv6Addresses
-
A list of IPv6 addresses for the EC2 instance.
Type: Array of strings
Required: No
- networkInterfaceId
-
The ID of the network interface.
Type: String
Required: No
- privateDnsName
-
The private DNS name of the EC2 instance.
Type: String
Required: No
- privateIpAddress
-
The private IP address of the EC2 instance.
Type: String
Required: No
- privateIpAddresses
-
Other private IP address information of the EC2 instance.
Type: Array of PrivateIpAddressDetails objects
Required: No
- publicDnsName
-
The public DNS name of the EC2 instance.
Type: String
Required: No
- publicIp
-
The public IP address of the EC2 instance.
Type: String
Required: No
- securityGroups
-
The security groups associated with the EC2 instance.
Type: Array of SecurityGroup objects
Required: No
- subnetId
-
The subnet ID of the EC2 instance.
Type: String
Required: No
- vpcId
-
The VPC ID of the EC2 instance.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: