AWSEC2InstancePrivateIpAddress
No description
type AWSEC2InstancePrivateIpAddress {
association: AWSEC2InstanceNetworkInterfaceAssociation!
primary: Boolean!
dnsName: String!
ipAddress: String!
}
Fields
AWSEC2InstancePrivateIpAddress.association ● AWSEC2InstanceNetworkInterfaceAssociation! non-null object
The association information for an Elastic IP address (IPv4) associated with the network interface
AWSEC2InstancePrivateIpAddress.primary ● Boolean! non-null scalar
Indicates whether this IPv4 address is the primary private IP address of the network interface
AWSEC2InstancePrivateIpAddress.dnsName ● String! non-null scalar
The private DNS name
AWSEC2InstancePrivateIpAddress.ipAddress ● String! non-null scalar
The private IPv4 address of the network interface