AWSEC2InstanceNetworkInterfaceAssociation
No description
type AWSEC2InstanceNetworkInterfaceAssociation {
carrierIp: String!
customerOwnedIp: String!
ipOwnerId: String!
publicDnsName: String!
publicIp: String!
}
Fields
AWSEC2InstanceNetworkInterfaceAssociation.carrierIp ● String! non-null scalar
The carrier IP address associated with the network interface
AWSEC2InstanceNetworkInterfaceAssociation.customerOwnedIp ● String! non-null scalar
The customer-owned IP address associated with the network interface
AWSEC2InstanceNetworkInterfaceAssociation.ipOwnerId ● String! non-null scalar
The ID of the owner of the Elastic IP address
AWSEC2InstanceNetworkInterfaceAssociation.publicDnsName ● String! non-null scalar
The public DNS name
AWSEC2InstanceNetworkInterfaceAssociation.publicIp ● String! non-null scalar
The public IP address or Elastic IP address bound to the network interface
Member of
AWSEC2InstanceNetworkInterface object ● AWSEC2InstancePrivateIpAddress object