AWSNetworkInterfaceAssociation
No description
type AWSNetworkInterfaceAssociation {
allocationId: String!
associationId: String!
carrierIp: String!
customerOwnedIp: String!
ipOwnerId: String!
publicDnsName: String!
publicIp: String!
}
Fields
AWSNetworkInterfaceAssociation.allocationId
● String!
non-null scalar
The allocation ID
AWSNetworkInterfaceAssociation.associationId
● String!
non-null scalar
The association ID
AWSNetworkInterfaceAssociation.carrierIp
● String!
non-null scalar
The carrier IP address associated with the network interface. This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone
AWSNetworkInterfaceAssociation.customerOwnedIp
● String!
non-null scalar
The customer-owned IP address associated with the network interface
AWSNetworkInterfaceAssociation.ipOwnerId
● String!
non-null scalar
The ID of the Elastic IP address owner
AWSNetworkInterfaceAssociation.publicDnsName
● String!
non-null scalar
The public DNS name
AWSNetworkInterfaceAssociation.publicIp
● String!
non-null scalar
The address of the Elastic IP address bound to the network interface
Member of
AWSNetworkInterface
object ● AWSNetworkInterfacePrivateIpAddress
object