AWS EC2 network interface
aws.ec2.networkinterface MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
AWS EC2 network interface
Min version: 9.0.0Defaults:
id privateIpAddress macAddressRelationships
6 resources · 14 relationships·Click to select, expand fields to see properties.
Fields (14)
| Field | Type | Description |
|---|---|---|
availabilityZonerequired | string | Availability zone of the network interface |
descriptionrequired | string | Description of the network interface |
idrequired | string | ID of the network interface |
ipv6Nativerequired | int | Whether this is an IPv6 only network interface |
macAddressrequired | string | MAC address of the network interface |
privateDnsNamerequired | string | Private DNS name of the network interface (IPv4) |
privateIpAddressrequired | string | Private IPv4 address of the network interface |
requesterManagedrequired | int | Whether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on) |
securityGroups | []aws.ec2.securitygroup | Security groups associated with the network interface |
sourceDestCheckrequired | int | Whether the network interface performs source/destination checking (A value of true means checking is enabled, and false means checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC.) |
statusrequired | string | Status of the network interface. If the network interface is not attached to an instance, the status is available; if a network interface is attached to an instance the status is in-use |
subnet | aws.vpc.subnet | Subnet of the network interface |
tagsrequired | map[string]string | Tags set on the interface |
vpc | aws.vpc | VPC of the network interface |