Ec2NetworkInterface
Contains information about the elastic network interface of the Amazon EC2 instance.
Contents
- ipv6Addresses
-
A list of IPv6 addresses for the Amazon EC2 instance.
Type: Array of strings
Required: No
- privateIpAddresses
-
Other private IP address information of the Amazon EC2 instance.
Type: Array of PrivateIpAddressDetails objects
Required: No
- publicIp
-
The public IP address of the Amazon EC2 instance.
Type: String
Required: No
- securityGroups
-
The security groups associated with the Amazon EC2 instance.
Type: Array of SecurityGroup objects
Required: No
- subNetId
-
The subnet ID of the Amazon EC2 instance.
Type: String
Required: No
- vpcId
-
The VPC ID of the Amazon 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: