NetworkInterface / Attribute / private_ip_addresses

private_ip_addresses#

EC2.NetworkInterface.private_ip_addresses#
  • (list) –

    The private IPv4 addresses associated with the network interface.

    • (dict) –

      Describes the private IPv4 address of a network interface.

      • Association (dict) –

        The association information for an Elastic IP address (IPv4) associated with the network interface.

        • AllocationId (string) –

          The allocation ID.

        • AssociationId (string) –

          The association ID.

        • IpOwnerId (string) –

          The ID of the Elastic IP address owner.

        • PublicDnsName (string) –

          The public DNS name.

        • PublicIp (string) –

          The address of the Elastic IP address bound to the network interface.

        • CustomerOwnedIp (string) –

          The customer-owned IP address associated with the network interface.

        • CarrierIp (string) –

          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.

      • Primary (boolean) –

        Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

      • PrivateDnsName (string) –

        The private DNS name.

      • PrivateIpAddress (string) –

        The private IPv4 address.